diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-17 22:07:38 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-17 22:16:25 +0200 |
commit | b872d829d092059ae8d5e86115d1515164d01a74 (patch) | |
tree | bf6c1a461ec461ebaed964ec1a4151d5a2e34bf2 /package/bash-completion/bash-completion.hash | |
parent | db3dd600256e4ce3ba18496ea3e15c993489b598 (diff) | |
download | buildroot-b872d829d092059ae8d5e86115d1515164d01a74.tar.gz buildroot-b872d829d092059ae8d5e86115d1515164d01a74.zip |
exim: do not link buildconfig with $(LIBS)
The existing patch 0001-Build-buildconfig-for-the-host.patch changes
the exim build system to use the host compiler to build the
"buildconfig" program instead of the cross-compiler.
However, it still uses $(LIBS) which lists the target libraries to
link with, which shouldn't be used. Since buildconfig doesn't use any
library beyond the C library, we can simply drop using $(LIBS).
This will fix build failures of exim on Fedora 28, where libnsl is no
longer provided by the C library, causing build failures such as:
/usr/bin/gcc buildconfig.c
/usr/bin/ld: cannot find -lnsl
Fixes:
http://autobuild.buildroot.net/results/ac78fe18657558b3c12c03c08bf1081d7c06ca85/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/bash-completion/bash-completion.hash')
0 files changed, 0 insertions, 0 deletions