From 18569d76dec16b61282e2bbd7ea4bc110c9a6205 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 1 Jun 2010 16:44:17 +0200 Subject: [PATCH] updated NetWare makefiles for latest dependency lib versions. --- nw/Makefile.netware | 6 +++--- nw/test/Makefile.netware | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nw/Makefile.netware b/nw/Makefile.netware index f2b0d69..c54e918 100644 --- a/nw/Makefile.netware +++ b/nw/Makefile.netware @@ -16,12 +16,12 @@ endif # Edit the path below to point to the base of your Zlib sources. ifndef ZLIB_PATH -ZLIB_PATH = ../../zlib-1.2.3 +ZLIB_PATH = ../../zlib-1.2.5 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8k +OPENSSL_PATH = ../../openssl-0.9.8n endif # Edit the path below to point to your Distribution folder. @@ -39,7 +39,7 @@ DEVLARC = $(DEVLDIR).zip # Edit the vars below to change NLM target settings. TARGET = libssh2 VERSION = $(LIBSSH2_VERSION) -COPYR = Copyright (c) 2004-2009 Sara Golemon +COPYR = Copyright (c) 2004-2010 Sara Golemon WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL) MTSAFE = YES diff --git a/nw/test/Makefile.netware b/nw/test/Makefile.netware index bc02285..de6a44c 100644 --- a/nw/test/Makefile.netware +++ b/nw/test/Makefile.netware @@ -16,12 +16,12 @@ endif # Edit the path below to point to the base of your Zlib sources. ifndef ZLIB_PATH -ZLIB_PATH = ../../../zlib-1.2.3 +ZLIB_PATH = ../../../zlib-1.2.5 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../../openssl-0.9.8k +OPENSSL_PATH = ../../../openssl-0.9.8n endif # Edit the var below to enable static linking of libssh2 and libz @@ -31,7 +31,7 @@ LINK_STATIC = 1 SAMPLES = ../../example TARGETS := $(filter-out x11.nlm,$(patsubst $(SAMPLES)/%.c,%.nlm,$(strip $(wildcard $(SAMPLES)/*.c)))) VERSION = $(LIBSSH2_VERSION) -COPYR = Copyright (c) 2004-2009, Sara Golemon +COPYR = Copyright (c) 2004-2010, Sara Golemon WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(notdir $(@:.def=)) $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL) MTSAFE = YES