From ea75c656375424529cc08b7e0ee61793d830a012 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 9 Aug 2016 22:06:32 -0400 Subject: nginx: add the LDFLAGS to the link arguments Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/nginx/nginx.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index ebf926a201..167dc5a920 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc @@ -41,6 +41,9 @@ do_configure () { echo $CFLAGS echo $LDFLAGS + # Add the LDFLAGS to the main nginx link to avoid issues with missing GNU_HASH + echo "MAIN_LINK=\"\${MAIN_LINK} ${LDFLAGS}\"" >> auto/cc/conf + ./configure \ --crossbuild=Linux:${TUNE_ARCH} \ --with-endian=${@base_conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \ -- cgit 1.2.3-korg