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
870842cc
Commit
870842cc
authored
17 years ago
by
Guenter Knauf
Browse files
Options
Downloads
Patches
Plain Diff
only link with -lwldap32 if we dont use other LDAP SDKs.
parent
68b21515
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/Makefile.m32
+6
-1
6 additions, 1 deletion
lib/Makefile.m32
src/Makefile.m32
+6
-1
6 additions, 1 deletion
src/Makefile.m32
with
12 additions
and
2 deletions
lib/Makefile.m32
+
6
−
1
View file @
870842cc
...
...
@@ -91,7 +91,12 @@ ifdef USE_LDAP_OPENLDAP
CFLAGS
+=
-DCURL_HAS_OPENLDAP_LDAPSDK
DLL_LIBS
+=
-L
"
$(
LDAP_SDK
)
/lib"
-lldap
-llber
endif
DLL_LIBS
+=
-lws2_32
-lwinmm
-lwldap32
ifndef
USE_LDAP_NOVELL
ifndef
USE_LDAP_OPENLDAP
DLL_LIBS
+=
-lwldap32
endif
endif
DLL_LIBS
+=
-lws2_32
-lwinmm
COMPILE
=
$(
CC
)
$(
INCLUDES
)
$(
CFLAGS
)
# Makefile.inc provides the CSOURCES and HHEADERS defines
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.m32
+
6
−
1
View file @
870842cc
...
...
@@ -99,7 +99,12 @@ ifdef USE_LDAP_OPENLDAP
CFLAGS
+=
-DCURL_HAS_OPENLDAP_LDAPSDK
curl_LDADD
+=
-L
"
$(
LDAP_SDK
)
/lib"
-lldap
-llber
endif
curl_LDADD
+=
-lws2_32
-lwinmm
-lwldap32
ifndef
USE_LDAP_NOVELL
ifndef
USE_LDAP_OPENLDAP
curl_LDADD
+=
-lwldap32
endif
endif
curl_LDADD
+=
-lws2_32
-lwinmm
COMPILE
=
$(
CC
)
$(
INCLUDES
)
$(
CFLAGS
)
# Makefile.inc provides the CSOURCES and HHEADERS defines
...
...
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