Skip to content
Snippets Groups Projects
Commit fa2e4854 authored by John Quillan's avatar John Quillan
Browse files

Fixe problem where perl options were retrieved from perl_inc and not

from ccopts.  This prevented the Perl backend from compiling.
parent 3f1fd3bc
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ if test $ol_enable_perl = yes ; then
fi
SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`"
SLAPD_PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e perl_inc`"
SLAPD_PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`"
fi
AC_PROG_CPP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment