mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
don't require more libs than we really need when linking embedded perl modules
This commit is contained in:
parent
ab5278c02f
commit
09ae3a9841
@ -1238,7 +1238,7 @@ if test "x$ac_cv_have_perl" != "xno" ; then
|
|||||||
PERL_LIBDIR="-L`$PERL -MConfig -e 'print $Config{archlib}'`/CORE"
|
PERL_LIBDIR="-L`$PERL -MConfig -e 'print $Config{archlib}'`/CORE"
|
||||||
PERL_LIBS="`$PERL -MConfig -e 'print $Config{libs}'`"
|
PERL_LIBS="`$PERL -MConfig -e 'print $Config{libs}'`"
|
||||||
PERL_CFLAGS="-w -DMULTIPLICITY `$PERL -MExtUtils::Embed -e ccopts` -DEMBED_PERL"
|
PERL_CFLAGS="-w -DMULTIPLICITY `$PERL -MExtUtils::Embed -e ccopts` -DEMBED_PERL"
|
||||||
PERL_LDFLAGS="`$PERL -MExtUtils::Embed -e ldopts` `$PERL -MConfig -e 'print $Config{libs}'`"
|
PERL_LDFLAGS="`$PERL -MExtUtils::Embed -e ldopts`"
|
||||||
PERL_INC="`$PERL -MExtUtils::Embed -e perl_inc`"
|
PERL_INC="`$PERL -MExtUtils::Embed -e perl_inc`"
|
||||||
AC_SUBST(PERL_SITEDIR)
|
AC_SUBST(PERL_SITEDIR)
|
||||||
AC_SUBST(PERL_LIBDIR)
|
AC_SUBST(PERL_LIBDIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user