Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
909fdc07
Commit
909fdc07
authored
15 years ago
by
Guenter Knauf
Browse files
Options
Downloads
Patches
Plain Diff
make folks use latest available dependent libraries.
parent
8c6793d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
lib/Makefile.m32
+13
-10
13 additions, 10 deletions
lib/Makefile.m32
lib/Makefile.netware
+14
-10
14 additions, 10 deletions
lib/Makefile.netware
src/Makefile.m32
+10
-7
10 additions, 7 deletions
src/Makefile.m32
src/Makefile.netware
+13
-9
13 additions, 9 deletions
src/Makefile.netware
with
50 additions
and
36 deletions
lib/Makefile.m32
+
13
−
10
View file @
909fdc07
...
...
@@ -16,26 +16,29 @@
# 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.
4
endif
# Edit the path below to point to the base of your OpenSSL package.
ifndef
OPENSSL_PATH
OPENSSL_PATH
=
../../openssl-0.9.8
k
OPENSSL_PATH
=
../../openssl-0.9.8
n
endif
# Edit the path below to point to the base of your LibSSH2 package.
ifndef
LIBSSH2_PATH
LIBSSH2_PATH
=
../../libssh2-1.
1
LIBSSH2_PATH
=
../../libssh2-1.
2.4
endif
# Edit the path below to point to the base of your libidn package.
ifndef
LIBIDN_PATH
LIBIDN_PATH
=
../../libidn-1.1
3
LIBIDN_PATH
=
../../libidn-1.1
8
endif
# Edit the path below to point to the base of your Novell LDAP NDK.
ifndef
LDAP_SDK
LDAP_SDK
=
c:/novell/ndk/cldapsdk/win32
endif
ARES_LIB
=
../ares
# Edit the path below to point to the base of your c-ares package.
ifndef
LIBCARES_PATH
LIBCARES_PATH
=
../ares
endif
CC
=
gcc
AR
=
ar
...
...
@@ -53,10 +56,10 @@ STRIP = strip -g
INCLUDES
=
-I
.
-I
../include
CFLAGS
=
-g
-O2
-DBUILDING_LIBCURL
ifdef
ARES
INCLUDES
+=
-I
$(
ARES_
LIB
)
INCLUDES
+=
-I
$(
LIBC
ARES_
PATH
)
CFLAGS
+=
-DUSE_ARES
DLL_LIBS
+=
-L
$(
ARES_
LIB
)
-lcares
libcurl_dll_DEPENDENCIES
=
$(
ARES_
LIB
)
/libcares.a
DLL_LIBS
+=
-L
$(
LIBC
ARES_
PATH
)
-lcares
libcurl_dll_DEPENDENCIES
=
$(
LIBC
ARES_
PATH
)
/libcares.a
endif
ifdef
SSH2
INCLUDES
+=
-I
"
$(
LIBSSH2_PATH
)
/include"
-I
"
$(
LIBSSH2_PATH
)
/win32"
...
...
@@ -150,7 +153,7 @@ distrib: clean
FORCE
:
;
$(ARES_
LIB
)/libcares.a
:
$(
MAKE
)
-C
$(
ARES_
LIB
)
-f
Makefile.m32
$(
LIBC
ARES_
PATH
)/libcares.a
:
$(
MAKE
)
-C
$(
LIBC
ARES_
PATH
)
-f
Makefile.m32
This diff is collapsed.
Click to expand it.
lib/Makefile.netware
+
14
−
10
View file @
909fdc07
...
...
@@ -3,7 +3,7 @@
## Makefile for building libcurl.nlm (NetWare version - gnu make)
## Use: make -f Makefile.netware
##
## Comments to: Guenter Knauf http://www.gknw.
de
/phpbb
## Comments to: Guenter Knauf http://www.gknw.
net
/phpbb
#
#################################################################
...
...
@@ -14,22 +14,27 @@ 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.
4
endif
# Edit the path below to point to the base of your OpenSSL package.
ifndef
OPENSSL_PATH
OPENSSL_PATH
=
../../openssl-0.9.8
k
OPENSSL_PATH
=
../../openssl-0.9.8
n
endif
# Edit the path below to point to the base of your LibSSH2 package.
ifndef
LIBSSH2_PATH
LIBSSH2_PATH
=
../../libssh2-1.
1
LIBSSH2_PATH
=
../../libssh2-1.
2.4
endif
# Edit the path below to point to the base of your libidn package.
ifndef
LIBIDN_PATH
LIBIDN_PATH
=
../../libidn-1.13
LIBIDN_PATH
=
../../libidn-1.18
endif
# Edit the path below to point to the base of your c-ares package.
ifndef
LIBCARES_PATH
LIBCARES_PATH
=
../ares
endif
ifndef
INSTDIR
...
...
@@ -154,13 +159,12 @@ SDK_LIBC = $(NDK_ROOT)/libc
SDK_LDAP
=
$(
NDK_ROOT
)
/cldapsdk/netware
CURL_INC
=
../include
CURL_LIB
=
../lib
ARES_LIB
=
../ares
INCLUDES
=
-I
$(
CURL_INC
)
-I
$(
CURL_LIB
)
ifdef
WITH_ARES
INCLUDES
+=
-I
$(
ARES_
LIB
)
LDLIBS
+=
$(
ARES_
LIB
)
/libcares.
$(
LIBEXT
)
INCLUDES
+=
-I
$(
LIBC
ARES_
PATH
)
LDLIBS
+=
$(
LIBC
ARES_
PATH
)
/libcares.
$(
LIBEXT
)
endif
ifdef
WITH_SSH2
INCLUDES
+=
-I
$(
LIBSSH2_PATH
)
/include
...
...
@@ -599,8 +603,8 @@ else
@
echo
ipv6 support: no
endif
$(ARES_
LIB
)/libcares.$(LIBEXT)
:
$(
MAKE
)
-C
$(
ARES_
LIB
)
-f
Makefile.netware lib
$(
LIBC
ARES_
PATH
)/libcares.$(LIBEXT)
:
$(
MAKE
)
-C
$(
LIBC
ARES_
PATH
)
-f
Makefile.netware lib
ca-bundle.crt
:
mk-ca-bundle.pl
@
echo
Creating
$@
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.m32
+
10
−
7
View file @
909fdc07
...
...
@@ -16,26 +16,29 @@
# 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.
4
endif
# Edit the path below to point to the base of your OpenSSL package.
ifndef
OPENSSL_PATH
OPENSSL_PATH
=
../../openssl-0.9.8
k
OPENSSL_PATH
=
../../openssl-0.9.8
n
endif
# Edit the path below to point to the base of your LibSSH2 package.
ifndef
LIBSSH2_PATH
LIBSSH2_PATH
=
../../libssh2-1.
1
LIBSSH2_PATH
=
../../libssh2-1.
2.4
endif
# Edit the path below to point to the base of your libidn package.
ifndef
LIBIDN_PATH
LIBIDN_PATH
=
../../libidn-1.1
3
LIBIDN_PATH
=
../../libidn-1.1
8
endif
# Edit the path below to point to the base of your Novell LDAP NDK.
ifndef
LDAP_SDK
LDAP_SDK
=
c:/novell/ndk/cldapsdk/win32
endif
ARES_LIB
=
../ares
# Edit the path below to point to the base of your c-ares package.
ifndef
LIBCARES_PATH
LIBCARES_PATH
=
../ares
endif
CC
=
gcc
CFLAGS
=
-g
-O2
...
...
@@ -67,10 +70,10 @@ else
endif
ifdef
ARES
ifndef
DYN
curl_DEPENDENCIES
+=
$(
ARES_
LIB
)
/libcares.a
curl_DEPENDENCIES
+=
$(
LIBC
ARES_
PATH
)
/libcares.a
endif
CFLAGS
+=
-DUSE_ARES
curl_LDADD
+=
-L
$(
ARES_
LIB
)
-lcares
curl_LDADD
+=
-L
$(
LIBC
ARES_
PATH
)
-lcares
endif
ifdef
SSH2
CFLAGS
+=
-DUSE_LIBSSH2
-DHAVE_LIBSSH2_H
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.netware
+
13
−
9
View file @
909fdc07
...
...
@@ -3,7 +3,7 @@
## Makefile for building curl.nlm (NetWare version - gnu make)
## Use: make -f Makefile.netware
##
## Comments to: Guenter Knauf http://www.gknw.
de
/phpbb
## Comments to: Guenter Knauf http://www.gknw.
net
/phpbb
#
#################################################################
...
...
@@ -14,22 +14,27 @@ 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.
4
endif
# Edit the path below to point to the base of your OpenSSL package.
ifndef
OPENSSL_PATH
OPENSSL_PATH
=
../../openssl-0.9.8
k
OPENSSL_PATH
=
../../openssl-0.9.8
n
endif
# Edit the path below to point to the base of your LibSSH2 package.
ifndef
LIBSSH2_PATH
LIBSSH2_PATH
=
../../libssh2-1.
1
LIBSSH2_PATH
=
../../libssh2-1.
2.4
endif
# Edit the path below to point to the base of your libidn package.
ifndef
LIBIDN_PATH
LIBIDN_PATH
=
../../libidn-1.13
LIBIDN_PATH
=
../../libidn-1.18
endif
# Edit the path below to point to the base of your c-ares package.
ifndef
LIBARES_PATH
LIBARES_PATH
=
../ares
endif
ifndef
INSTDIR
...
...
@@ -148,14 +153,13 @@ SDK_LIBC = $(NDK_ROOT)/libc
SDK_LDAP
=
$(
NDK_ROOT
)
/cldapsdk/netware
CURL_INC
=
../include
CURL_LIB
=
../lib
ARES_LIB
=
../ares
INCLUDES
=
-I
$(
CURL_INC
)
-I
$(
CURL_LIB
)
ifdef
LINK_STATIC
LDLIBS
=
$(
CURL_LIB
)
/libcurl.
$(
LIBEXT
)
ifdef
WITH_ARES
LDLIBS
+=
$(
ARES_
LIB
)
/libcares.
$(
LIBEXT
)
LDLIBS
+=
$(
LIBC
ARES_
PATH
)
/libcares.
$(
LIBEXT
)
endif
else
MODULES
=
libcurl.nlm
...
...
@@ -555,7 +559,7 @@ hugehelp.c:
@
echo
Creating
$@
@$(
CP
)
hugehelp.c.cvs
$@
$(ARES_
LIB
)/libcares.$(LIBEXT)
:
$(
MAKE
)
-C
$(
ARES_
LIB
)
-f
Makefile.netware lib
$(
LIBC
ARES_
PATH
)/libcares.$(LIBEXT)
:
$(
MAKE
)
-C
$(
LIBC
ARES_
PATH
)
-f
Makefile.netware lib
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment