提交 09ae3a98 authored 作者: Michael Jerris's avatar Michael Jerris

don't require more libs than we really need when linking embedded perl modules

上级 ab5278c0
......@@ -1238,7 +1238,7 @@ if test "x$ac_cv_have_perl" != "xno" ; then
PERL_LIBDIR="-L`$PERL -MConfig -e 'print $Config{archlib}'`/CORE"
PERL_LIBS="`$PERL -MConfig -e 'print $Config{libs}'`"
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`"
AC_SUBST(PERL_SITEDIR)
AC_SUBST(PERL_LIBDIR)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论