From: Howard Chu Date: Tue, 2 Dec 2003 03:15:35 +0000 (+0000) Subject: ITS#2764 perl LDFLAGS X-Git-Tag: OPENLDAP_REL_ENG_2_1_24~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=951ee12e2f9e0d739b879c55004a36ff97871f41;p=thirdparty%2Fopenldap.git ITS#2764 perl LDFLAGS --- diff --git a/configure b/configure index 99e08bf6ac..ac6bd98c10 100755 --- a/configure +++ b/configure @@ -7808,10 +7808,11 @@ fi else PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`" + PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /' -e 's/ -lc$//'`" if test x"$ol_with_perl_module" = "xstatic" ; then - SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" + SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS" else - MOD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" + MOD_PERL_LDFLAGS="$PERL_LDFLAGS" fi ol_link_perl=yes fi