mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
nginx: add the LDFLAGS to the link arguments
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
2646e9799c
commit
ea75c65637
|
|
@ -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)} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user