summaryrefslogtreecommitdiffstats
path: root/m4/ax_check_linker_flags.m4
Commit message (Collapse)AuthorAgeFilesLines
* libiptc: build with -Wl,--no-as-neededJan Engelhardt2010-09-131-0/+78
Since libiptc does not reference any symbols in libip(4|6)tc, the linker may ignore the dependencies. Use --no-as-needed to explicitly force a DT_NEEDED entry. References: http://bugzilla.netfilter.org/show_bug.cgi?id=674 Signed-off-by: Jan Engelhardt <jengelh@medozas.de>