From: Gunter Knauf Date: Tue, 9 Oct 2007 20:15:27 +0000 (+0000) Subject: added two more module dependencies for LDAPS. X-Git-Tag: upstream/7.37.1~8574 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=baac8065cf852b3a0a2fa54861302e8983dbca42;p=platform%2Fupstream%2Fcurl.git added two more module dependencies for LDAPS. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 8ebaa14..a041e34 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -309,7 +309,7 @@ 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)module ldapsdk$(DL) >> $@ + @echo $(DL)module ldapsdk ldapssl ldapx$(DL) >> $@ endif @echo $(DL)module clib$(DL) >> $@ else @@ -323,7 +323,7 @@ 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)module lldapsdk$(DL) >> $@ + @echo $(DL)module lldapsdk lldapssl lldapx$(DL) >> $@ endif @echo $(DL)module libc$(DL) >> $@ endif diff --git a/src/Makefile.netware b/src/Makefile.netware index 66a190b..941b171 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -296,7 +296,7 @@ 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)module ldapsdk$(DL) >> $@ + @echo $(DL)module ldapsdk ldapssl ldapx$(DL) >> $@ endif @echo $(DL)module clib$(DL) >> $@ else @@ -311,7 +311,7 @@ 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)module lldapsdk$(DL) >> $@ + @echo $(DL)module lldapsdk lldapssl lldapx$(DL) >> $@ endif @echo $(DL)module libc$(DL) >> $@ endif