summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-10-22 10:29:05 +0200
committerDan McGee <dan@archlinux.org>2011-10-25 17:37:30 +0200
commit571f2f78141a5c13aaf90cfbfe99c04af8158e4e (patch)
tree27771f647f1bfccc4f1e384b22d6a2ee65aee8ad /lib/libalpm/sync.c
parent0d9e7da309f27c099814232d0f1be1b2ae884b2a (diff)
downloadpacman-571f2f78141a5c13aaf90cfbfe99c04af8158e4e.tar.gz
pacman-571f2f78141a5c13aaf90cfbfe99c04af8158e4e.tar.xz
Fix libtool detection of --as-needed flag
The fix for -Wl,--as-needed in commit b0f9477f assumes that --as-needed/--no-as-needed is the only option given in a -Wl line. However, it is perfectly valid to specify multiple flags comma separated after a single -Wl (e.g. the default LDFLAGS in Arch Linux makepkg.conf). Adjust the fix so it detect --as-needed in a more general context > readelf -d lib/libalpm/.libs/libalpm.so.?.?.? | grep NEEDED | wc -l Before: 13 After: 5 Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/sync.c')
0 files changed, 0 insertions, 0 deletions