aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-02-16 00:15:30 +0000
committerGunter Knauf <gk@gknw.de>2008-02-16 00:15:30 +0000
commit3e635a2334fa3343d2b507beb1a4109d78f3b470 (patch)
tree0f2b4d7c482b54edbde0f40ffd8e62532f804369 /lib
parente78652d850025d3a6ba53cf2e0c6434f7fc0a0a2 (diff)
re-ordered the module dependency list;
removed unsused ldap module dependency since the module didnt autounload from protected address space.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.netware8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 981b92d87..d5a7515eb 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -316,13 +316,13 @@ ifeq ($(LIBARCH),CLIB)
@echo $(DL)import @$(SDK_CLIB)/imports/threads.imp$(DL) >> $@
@echo $(DL)import @$(SDK_CLIB)/imports/nlmlib.imp$(DL) >> $@
@echo $(DL)import @$(SDK_CLIB)/imports/socklib.imp$(DL) >> $@
+ @echo $(DL)module clib$(DL) >> $@
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 ldapssl ldapx$(DL) >> $@
+ @echo $(DL)module ldapsdk ldapssl$(DL) >> $@
endif
- @echo $(DL)module clib$(DL) >> $@
else
ifeq ($(POSIXFL),1)
@echo $(DL)flag_on 4194304$(DL) >> $@
@@ -338,13 +338,13 @@ else
endif
@echo $(DL)import @$(SDK_LIBC)/imports/libc.imp$(DL) >> $@
@echo $(DL)import @$(SDK_LIBC)/imports/netware.imp$(DL) >> $@
+ @echo $(DL)module libc$(DL) >> $@
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 lldapssl lldapx$(DL) >> $@
+ @echo $(DL)module lldapsdk lldapssl$(DL) >> $@
endif
- @echo $(DL)module libc$(DL) >> $@
endif
ifdef MODULES
@echo $(DL)module $(MODULES)$(DL) >> $@