From: Gunter Knauf Date: Sat, 16 Feb 2008 00:44:14 +0000 (+0000) Subject: seems that curently we dont need the imports from (l)ldapx.imp. X-Git-Tag: curl-7_18_1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da90b5d919166323a3142e372ae4d8b6be61101;p=thirdparty%2Fcurl.git seems that curently we dont need the imports from (l)ldapx.imp. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index d5a7515ebd..a4bdab6d35 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -320,7 +320,7 @@ ifeq ($(LIBARCH),CLIB) ifndef DISABLE_LDAP @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapsdk.imp$(DL) >> $@ @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapssl.imp$(DL) >> $@ - @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapx.imp$(DL) >> $@ +# @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapx.imp$(DL) >> $@ @echo $(DL)module ldapsdk ldapssl$(DL) >> $@ endif else @@ -342,7 +342,7 @@ endif ifndef DISABLE_LDAP @echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapsdk.imp$(DL) >> $@ @echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapssl.imp$(DL) >> $@ - @echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapx.imp$(DL) >> $@ +# @echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapx.imp$(DL) >> $@ @echo $(DL)module lldapsdk lldapssl$(DL) >> $@ endif endif diff --git a/src/Makefile.netware b/src/Makefile.netware index 8788aa612b..f2be75d41c 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -307,7 +307,7 @@ ifeq ($(LIBARCH),CLIB) ifndef DISABLE_LDAP @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapsdk.imp$(DL) >> $@ @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapssl.imp$(DL) >> $@ - @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapx.imp$(DL) >> $@ +# @echo $(DL)import @$(SDK_LDAP)/clib/imports/ldapx.imp$(DL) >> $@ @echo $(DL)module ldapsdk ldapssl$(DL) >> $@ endif else @@ -330,7 +330,7 @@ endif ifndef DISABLE_LDAP @echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapsdk.imp$(DL) >> $@ @echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapssl.imp$(DL) >> $@ - @echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapx.imp$(DL) >> $@ +# @echo $(DL)import @$(SDK_LDAP)/libc/imports/lldapx.imp$(DL) >> $@ @echo $(DL)module lldapsdk lldapssl$(DL) >> $@ endif endif