aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.netware1
-rw-r--r--src/Makefile.netware1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 495d51422..f6bf2bb80 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -405,6 +405,7 @@ endif
@echo $(DL)#define HAVE_STRFTIME 1$(DL) >> $@
@echo $(DL)#define HAVE_STRING_H 1$(DL) >> $@
@echo $(DL)#define HAVE_STRSTR 1$(DL) >> $@
+ @echo $(DL)#define HAVE_SYS_IOCTL_H 1$(DL) >> $@
@echo $(DL)#define HAVE_SYS_STAT_H 1$(DL) >> $@
@echo $(DL)#define HAVE_SYS_TIME_H 1$(DL) >> $@
@echo $(DL)#define HAVE_TIME_H 1$(DL) >> $@
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 7bd63ac51..96f7706f9 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -112,6 +112,7 @@ ifeq ($(LIBARCH),LIBC)
PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
else
PRELUDE = $(SDK_CLIB)/imports/clibpre.gcc.o
+ PRELUDE += c:/usr/lib/gcc-lib/i586-netware/3.2.3/libgcc.$(LIBEXT)
CFLAGS += -include $(NDKBASE)/nlmconv/genlm.h
endif
endif