From 951ee12e2f9e0d739b879c55004a36ff97871f41 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 2 Dec 2003 03:15:35 +0000 Subject: [PATCH] ITS#2764 perl LDFLAGS --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5