diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-04 22:46:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-03-04 22:46:49 +0100 |
commit | 4018696ee3ca4a5746a8ea89de654907f8625768 (patch) | |
tree | c4d5fc42c1c2c05376a90679b7c2fc6447f767a8 /package/nginx/patches/patch-auto_lib_libatomic_conf | |
parent | f032d320e4df875254965dd5c0f76a2541557a3d (diff) |
nginx: update to latest, add patches from buildroot
Diffstat (limited to 'package/nginx/patches/patch-auto_lib_libatomic_conf')
-rw-r--r-- | package/nginx/patches/patch-auto_lib_libatomic_conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/nginx/patches/patch-auto_lib_libatomic_conf b/package/nginx/patches/patch-auto_lib_libatomic_conf new file mode 100644 index 000000000..46c01bd07 --- /dev/null +++ b/package/nginx/patches/patch-auto_lib_libatomic_conf @@ -0,0 +1,10 @@ +--- nginx-1.9.12.orig/auto/lib/libatomic/conf 2016-02-24 15:53:23.000000000 +0100 ++++ nginx-1.9.12/auto/lib/libatomic/conf 2016-03-04 19:56:52.000000000 +0100 +@@ -15,6 +15,7 @@ else + ngx_feature="atomic_ops library" + ngx_feature_name=NGX_HAVE_LIBATOMIC + ngx_feature_run=yes ++ ngx_feature_run_force_result="$ngx_force_have_libatomic" + ngx_feature_incs="#define AO_REQUIRE_CAS + #include <atomic_ops.h>" + ngx_feature_path= |