Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
baee6c47
Commit
baee6c47
authored
Sep 29, 2019
by
Hugh McMaster
Committed by
Quanah Gibson-Mount
Mar 15, 2021
Browse files
ITS#8996 - Generate and install a pkg-config file for the libldap library
parent
3eea13bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
baee6c47
...
...
@@ -3196,6 +3196,7 @@ AC_CONFIG_FILES([Makefile:build/top.mk:Makefile.in:build/dir.mk]
[libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.mk:build/lib-shared.mk]
[libraries/liblber/lber.pc]
[libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk]
[libraries/libldap/ldap.pc]
[libraries/liblunicode/Makefile:build/top.mk:libraries/liblunicode/Makefile.in:build/lib.mk:build/lib-static.mk]
[libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk]
[libraries/librewrite/Makefile:build/top.mk:libraries/librewrite/Makefile.in:build/lib.mk:build/lib-static.mk]
...
...
libraries/Makefile.in
View file @
baee6c47
...
...
@@ -21,7 +21,7 @@ SUBDIRS= \
librewrite
PKGCONFIG_DIR
=
$(DESTDIR)$(libdir)
/pkgconfig
PKGCONFIG_SRCDIRS
=
liblber
PKGCONFIG_SRCDIRS
=
liblber
libldap
install-local
:
@
$(MKDIR)
$(PKGCONFIG_DIR)
...
...
libraries/libldap/ldap.pc.in
0 → 100644
View file @
baee6c47
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
Name: ldap (@PACKAGE@)
Description: OpenLDAP Lightweight Directory Access Protocol library
URL: https://www.openldap.org
Version: @VERSION@
Requires: lber
Cflags: -I${includedir}
Libs: -L${libdir} -lldap
Libs.private: @LIBS@ @SASL_LIBS@ @TLS_LIBS@ @AUTH_LIBS@
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment