]> git.pld-linux.org Git - packages/irssi.git/blame - irssi-libs-nopoison.patch
- updated
[packages/irssi.git] / irssi-libs-nopoison.patch
CommitLineData
463a7e19
ER
1--- irssi-0.8.12/configure.in~ 2008-11-16 19:24:07.000000000 +0200
2+++ irssi-0.8.12/configure.in 2008-11-16 19:26:14.401917429 +0200
3@@ -511,7 +511,7 @@
4 AC_MSG_RESULT([not found, building without Perl])
5 want_perl=no
6 else
7- PERL_LDFLAGS=`$perlpath -MExtUtils::Embed -e ldopts 2>/dev/null`
8+ PERL_LDFLAGS=`$perlpath -MExtUtils::Embed -e ldopts 2>/dev/null | sed -e 's/-Wl,--as-needed//'`
9
10 dnl * Perl 5.004 and older use perl_xxx variables while
11 dnl * later use PL_perl_xxx variables ..
This page took 0.067677 seconds and 4 git commands to generate.