03/06/2009 8:47 AM
post23752
|
Made these changes to get it compiling, I may be doing "not perfect way", but this needs fixing.
Index: curl/common.mk
===================================================================
--- curl/common.mk (revision 56)
+++ curl/common.mk (working copy)
@@ -10,7 +10,7 @@
endef
#CCFLAGS = -w8 -fPIC -I../../../include -DFD_SETSIZE=128
-CCFLAGS_nto = -w8 -fPIC
+CCFLAGS_nto = -w8 -fPIC -DHAVE_CONFIG_H
CCFLAGS_solaris = -w8 -fPIC
CCFLAGS = $(CCFLAGS_$(OS)) -I../../../include
Cheers,
/Prem
|
|
|