]> git.pld-linux.org Git - packages/php.git/blame - php-ldap.patch
- missing dir in php-devel: %%{_libdir}/php4
[packages/php.git] / php-ldap.patch
CommitLineData
a903f2b1
AF
1--- php-4.0.2/ext/ldap/config.m4.wiget Wed Aug 30 12:30:42 2000
2+++ php-4.0.2/ext/ldap/config.m4 Wed Aug 30 15:10:17 2000
3@@ -40,7 +40,7 @@
4
5 PHP_SUBST(LDAP_SHARED_LIBADD)
5316c927
AF
6
7- if test -f $LDAP_LIBDIR/liblber.a; then
8+ if test -f $LDAP_LIBDIR/liblber.so; then
a903f2b1
AF
9 AC_ADD_LIBRARY_WITH_PATH(lber, $LDAP_LIBDIR, LDAP_SHARED_LIBADD)
10 AC_ADD_LIBRARY_WITH_PATH(ldap, $LDAP_LIBDIR, LDAP_SHARED_LIBADD)
11 elif test -f $LDAP_LIBDIR/libldapssl30.so; then
This page took 0.025037 seconds and 4 git commands to generate.