From 5d8b62f0bad3cd07c3398d3f19a9ca6d6e07d02e Mon Sep 17 00:00:00 2001 From: Val Kulkov Date: Wed, 24 May 2017 11:48:29 -0400 Subject: nginx: update to 1.12.0, the latest stable version This is a straightforward update to the latest stable version. Signed-off-by: Val Kulkov --- net/nginx/patches/102-sizeof_test_fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/nginx/patches') diff --git a/net/nginx/patches/102-sizeof_test_fix.patch b/net/nginx/patches/102-sizeof_test_fix.patch index 36d7aaff4..8a0e88200 100644 --- a/net/nginx/patches/102-sizeof_test_fix.patch +++ b/net/nginx/patches/102-sizeof_test_fix.patch @@ -10,7 +10,7 @@ + 'Y', '3', 'p', 'M', '\n' +}; + - int main() { + int main(void) { - printf("%d", (int) sizeof($ngx_type)); + printf("dummy use of object_code_block to avoid gc-section: %c", object_code_block[0]); return 0; -- cgit v1.2.3