summaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.netware
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2011-09-27 16:01:36 +0200
committerGuenter Knauf <lists@gknw.net>2011-09-27 16:02:07 +0200
commitb4fccc1d8e9bb8a05436e5f0bf8f4910a20ad9af (patch)
treeb47978e61de4267be1e6acdf4a4bbe453669564c /docs/examples/Makefile.netware
parente2be8ceed9bda26ebf8dcaaa7caf9df4d32d598a (diff)
downloadgnurl-b4fccc1d8e9bb8a05436e5f0bf8f4910a20ad9af.tar.gz
gnurl-b4fccc1d8e9bb8a05436e5f0bf8f4910a20ad9af.tar.bz2
gnurl-b4fccc1d8e9bb8a05436e5f0bf8f4910a20ad9af.zip
Added SPNEGO to NetWare build.
Diffstat (limited to 'docs/examples/Makefile.netware')
-rw-r--r--docs/examples/Makefile.netware13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/examples/Makefile.netware b/docs/examples/Makefile.netware
index 2f3157d1a..fdea6b81b 100644
--- a/docs/examples/Makefile.netware
+++ b/docs/examples/Makefile.netware
@@ -42,6 +42,11 @@ ifndef LIBRTMP_PATH
LIBRTMP_PATH = ../../../librtmp-2.3
endif
+# Edit the path below to point to the base of your fbopenssl package.
+ifndef FBOPENSSL_PATH
+FBOPENSSL_PATH = ../../fbopenssl-0.4
+endif
+
# Edit the path below to point to the base of your c-ares package.
ifndef LIBCARES_PATH
LIBCARES_PATH = ../../ares
@@ -223,7 +228,7 @@ else
IMPORTS = @$(CURL_LIB)/libcurl.imp
endif
ifdef WITH_SSH2
- INCLUDES += -I$(LIBSSH2_PATH)/include
+ # INCLUDES += -I$(LIBSSH2_PATH)/include
ifdef LINK_STATIC
LDLIBS += $(LIBSSH2_PATH)/nw/libssh2.$(LIBEXT)
else
@@ -238,10 +243,14 @@ ifdef LINK_STATIC
endif
endif
ifdef WITH_SSL
- # INCLUDES += -I$(OPENSSL_PATH)/outinc_nw_$(LIBARCH_L)
+ INCLUDES += -I$(OPENSSL_PATH)/outinc_nw_$(LIBARCH_L)
LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/ssl.$(LIBEXT)
LDLIBS += $(OPENSSL_PATH)/out_nw_$(LIBARCH_L)/crypto.$(LIBEXT)
IMPORTS += GetProcessSwitchCount RunningProcess
+ifdef WITH_SPNEGO
+ # INCLUDES += -I$(FBOPENSSL_PATH)/include
+ LDLIBS += $(FBOPENSSL_PATH)/nw/fbopenssl.$(LIBEXT)
+endif
else
ifdef WITH_AXTLS
INCLUDES += -I$(AXTLS_PATH)/inc