]> git.pld-linux.org Git - packages/irssi.git/blame - irssi-libs-nopoison.patch
Rediff patches.
[packages/irssi.git] / irssi-libs-nopoison.patch
CommitLineData
20ce40f7
AM
1diff -urNp -x '*.orig' irssi-1.2.2.org/configure.ac irssi-1.2.2/configure.ac
2--- irssi-1.2.2.org/configure.ac 2021-05-04 21:23:37.126601768 +0200
3+++ irssi-1.2.2/configure.ac 2021-05-04 21:23:37.263275533 +0200
4@@ -431,7 +431,7 @@ if test "$want_perl" != "no"; then
463a7e19
ER
5 AC_MSG_RESULT([not found, building without Perl])
6 want_perl=no
7 else
8- PERL_LDFLAGS=`$perlpath -MExtUtils::Embed -e ldopts 2>/dev/null`
9+ PERL_LDFLAGS=`$perlpath -MExtUtils::Embed -e ldopts 2>/dev/null | sed -e 's/-Wl,--as-needed//'`
10
20ce40f7
AM
11 dnl * remove all database stuffs
12 dnl * nsl is already in ldflags
This page took 0.047974 seconds and 4 git commands to generate.