blob: b1db18ac530e1659cf19df26e4b8c87e936c1cc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- configure.orig Mon Jan 14 20:31:37 2002
+++ configure Mon Jan 14 20:51:03 2002
@@ -8877,7 +8877,7 @@
PERL_CC=`perl -MConfig -e 'print $Config{cc},"\n";'`
PERL_LD=`perl -MConfig -e 'print $Config{ld},"\n";'`
PERL_CCOPTS=`perl -MExtUtils::Embed -e ccopts`
- PERL_LDOPTS=`perl -MExtUtils::Embed -e ldopts`
+ PERL_LDOPTS=`perl -MExtUtils::Embed -e '$_ = ldopts(1); s/-lc //g; print $_ . "\n"'`
|