]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nis/files/libdl.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nis / files / libdl.patch
1 --- pwdutils-2.6/configure.in.orig      2005-04-19 20:22:36.603052192 -0700
2 +++ pwdutils-2.6/configure.in   2005-04-19 21:09:45.308023672 -0700
3 @@ -178,6 +178,9 @@
4      AC_CHECK_LIB(ldap, main, LDAP_LIBS="-lldap $LDAP_LIBS" found_ldap_lib=yes,,$LDAP_LIBS)
5    fi
6  
7 +  dnl this always needs dl
8 +  AC_CHECK_LIB(dl, dlopen, LDAP_LIBS="$LDAP_LIBS -ldl")
9 +
10    if test -z "$found_ldap_lib" -a \( $with_ldap_lib = auto -o $with_ldap_lib = netscape5 \); then
11      AC_CHECK_LIB(ldap50, main, LDAP_LIBS="-lldap50 -lssldap50 -lssl3 -lnss3 -lnspr4 -lprldap50 -lplc4 -lplds4" found_ldap_lib=yes need_pthread=true,, -lpthread)
12    fi