mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
Fixe problem where perl options were retrieved from perl_inc and not
from ccopts. This prevented the Perl backend from compiling.
This commit is contained in:
parent
3f1fd3bcee
commit
fa2e485480
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue