mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
don't strip -lnsl from perl's ldflags, it might be needed..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1439 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ece1ac9dee
commit
c258280c79
@ -484,7 +484,7 @@ if test "$want_perl" != "no"; then
|
||||
dnl * nsl is already in ldflags
|
||||
dnl * libc is of course linked without needing -lc
|
||||
dnl * -rdynamic must not be in LIBADD line
|
||||
for word in -ldb -ldbm -lndbm -lgdbm -lnsl -lc -rdynamic; do
|
||||
for word in -ldb -ldbm -lndbm -lgdbm -lc -rdynamic; do
|
||||
PERL_LDFLAGS=`echo $PERL_LDFLAGS | $sedpath -e "s/$word //" -e "s/$word$//"`
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user