diff options
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.4.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.4.4.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.4.4.bb index 0dfdb5b86a..27e4749d6d 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.4.4.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.4.4.bb | |||
@@ -24,6 +24,9 @@ SRC_URI[sha256sum] = "7c989a58e5408c9593da0bebcd0e4ffc3d892d1316ba5042ddb0be5b0b | |||
24 | 24 | ||
25 | inherit update-rc.d useradd | 25 | inherit update-rc.d useradd |
26 | 26 | ||
27 | CFLAGS_append = " -fPIE -pie" | ||
28 | CXXFLAGS_append = " -fPIE -pie" | ||
29 | |||
27 | do_configure () { | 30 | do_configure () { |
28 | if [ "${SITEINFO_BITS}" = "64" ]; then | 31 | if [ "${SITEINFO_BITS}" = "64" ]; then |
29 | PTRSIZE=8 | 32 | PTRSIZE=8 |