mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
ITS#2764 catch -lc at end of line as well
This commit is contained in:
parent
49b0985c88
commit
d8bafebf16
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ if test $ol_enable_perl != no ; then
|
||||||
|
|
||||||
else
|
else
|
||||||
PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`"
|
PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`"
|
||||||
PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /'`"
|
PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /' -e 's/ -lc$//'`"
|
||||||
|
|
||||||
if test x"$ol_with_perl_module" = "xstatic" ; then
|
if test x"$ol_with_perl_module" = "xstatic" ; then
|
||||||
SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS"
|
SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue