diff options
author | Val Kulkov <val.kulkov@gmail.com> | 2017-05-24 11:48:29 -0400 |
---|---|---|
committer | Val Kulkov <val.kulkov@gmail.com> | 2017-05-24 11:48:29 -0400 |
commit | 5d8b62f0bad3cd07c3398d3f19a9ca6d6e07d02e (patch) | |
tree | a085a711359e29f6a8816e1545bdc8e86c4fb690 /net/nginx/patches | |
parent | 7a266a73725f19f733dc192877c1508dc33eb529 (diff) |
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 <val.kulkov@gmail.com>
Diffstat (limited to 'net/nginx/patches')
-rw-r--r-- | net/nginx/patches/102-sizeof_test_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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; |