From 5d794389a02d2cf9060ce3ef861366bafb9fdf66 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 26 Apr 2005 10:58:54 +0000 Subject: r6486: Add 'make install' and pkg-config file. (This used to be commit e3be094fb7b0c0fec50abcb4b242414e84a9a32d) --- source4/lib/ldb/ldb.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source4/lib/ldb/ldb.pc.in (limited to 'source4/lib/ldb/ldb.pc.in') diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in new file mode 100644 index 0000000000..e524fbed36 --- /dev/null +++ b/source4/lib/ldb/ldb.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: ldb +Description: An LDAP-like embedded database +Version: 4.0 +Libs: @LIBS@ -L${libdir} -lldb +Cflags: -I${includedir} @CFLAGS@ -- cgit From bb1909e15e7a9f3cd79da2ce8b8ef90f1a557376 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 20 Mar 2006 21:44:59 +0000 Subject: r14592: Add support for loading shared modules to LDB. (This used to be commit f10fae23f0685b2d9c6174596e1c66d799f02c52) --- source4/lib/ldb/ldb.pc.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/ldb/ldb.pc.in') diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in index e524fbed36..8b0536e21e 100644 --- a/source4/lib/ldb/ldb.pc.in +++ b/source4/lib/ldb/ldb.pc.in @@ -2,9 +2,11 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +modulesdir=@modulesdir@ Name: ldb Description: An LDAP-like embedded database Version: 4.0 Libs: @LIBS@ -L${libdir} -lldb Cflags: -I${includedir} @CFLAGS@ +Modulesdir: ${modulesdir} -- cgit From 8f89522a3fdb5160f7dc5748b8c10ca39c22d775 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 6 Nov 2006 13:14:21 +0000 Subject: r19570: Fix dependencies in pkg-config files. (This used to be commit 1b046698521f77b843f4a2fcf91230ee2917b569) --- source4/lib/ldb/ldb.pc.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/lib/ldb/ldb.pc.in') diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in index 8b0536e21e..d208d6b3c3 100644 --- a/source4/lib/ldb/ldb.pc.in +++ b/source4/lib/ldb/ldb.pc.in @@ -7,6 +7,8 @@ modulesdir=@modulesdir@ Name: ldb Description: An LDAP-like embedded database Version: 4.0 -Libs: @LIBS@ -L${libdir} -lldb +Requires.private: tdb +Requires: talloc +Libs: -L${libdir} -lldb Cflags: -I${includedir} @CFLAGS@ Modulesdir: ${modulesdir} -- cgit From dbe5084f8e21565168b83cef17a0dec9032a3f50 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 8 Nov 2006 14:36:30 +0000 Subject: r19636: Add URLs to ldb and talloc pkg-config files. Always build and install .pc files as they make sense for static libs as well. (This used to be commit 82cb91e2dd50899050066cccee82cb5be52ec3fe) --- source4/lib/ldb/ldb.pc.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb/ldb.pc.in') diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in index d208d6b3c3..815d663a7c 100644 --- a/source4/lib/ldb/ldb.pc.in +++ b/source4/lib/ldb/ldb.pc.in @@ -12,3 +12,4 @@ Requires: talloc Libs: -L${libdir} -lldb Cflags: -I${includedir} @CFLAGS@ Modulesdir: ${modulesdir} +URL: http://ldb.samba.org/ -- cgit From 42cf31f3c695913b68500302ebb2dc6cd0df4464 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 30 Apr 2007 10:49:42 +0000 Subject: r22600: Update bzr ignores, put right version in .pc files, prepare for support of system versions of tdb, talloc. (This used to be commit 9b991ce9ca28b3d88c778305ec5f681506162637) --- source4/lib/ldb/ldb.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/ldb.pc.in') diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in index 815d663a7c..fb59f82698 100644 --- a/source4/lib/ldb/ldb.pc.in +++ b/source4/lib/ldb/ldb.pc.in @@ -6,7 +6,7 @@ modulesdir=@modulesdir@ Name: ldb Description: An LDAP-like embedded database -Version: 4.0 +Version: @PACKAGE_VERSION@ Requires.private: tdb Requires: talloc Libs: -L${libdir} -lldb -- cgit From 1ecae757c601fc0700e63023983a8ddb97fea231 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 11 Sep 2007 17:57:37 +0000 Subject: r25097: Don't clutter users' CFLAGS with ldb cflags. (This used to be commit e31614b5ea73cab56c572d2e2d61f8070928b230) --- source4/lib/ldb/ldb.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/ldb.pc.in') diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in index fb59f82698..4a9714ca54 100644 --- a/source4/lib/ldb/ldb.pc.in +++ b/source4/lib/ldb/ldb.pc.in @@ -10,6 +10,6 @@ Version: @PACKAGE_VERSION@ Requires.private: tdb Requires: talloc Libs: -L${libdir} -lldb -Cflags: -I${includedir} @CFLAGS@ +Cflags: -I${includedir} Modulesdir: ${modulesdir} URL: http://ldb.samba.org/ -- cgit From 0ca0c0e5a294d3f3f07ef179793c918bcb128356 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 11 Sep 2007 18:24:09 +0000 Subject: r25100: Include LDAP libs in .pc file so linking statically against libldb works again. (This used to be commit bcf5c9447435a826027626ac89a00eaa6739b12a) --- source4/lib/ldb/ldb.pc.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb/ldb.pc.in') diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in index 4a9714ca54..248fb05c4f 100644 --- a/source4/lib/ldb/ldb.pc.in +++ b/source4/lib/ldb/ldb.pc.in @@ -10,6 +10,7 @@ Version: @PACKAGE_VERSION@ Requires.private: tdb Requires: talloc Libs: -L${libdir} -lldb +Libs.private: @LDAP_LIBS@ Cflags: -I${includedir} Modulesdir: ${modulesdir} URL: http://ldb.samba.org/ -- cgit From 929adc9efa5cf985f0585214d30d18521aa1a821 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 14 Jun 2008 11:24:17 -0400 Subject: Make up the right dependencies now that ldb depends on libevents (This used to be commit 3b8eec7ca334528cad3cdcd5e3fc5ee555d8d0e0) --- source4/lib/ldb/ldb.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/ldb.pc.in') diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in index 248fb05c4f..8d1e3cabe3 100644 --- a/source4/lib/ldb/ldb.pc.in +++ b/source4/lib/ldb/ldb.pc.in @@ -8,7 +8,7 @@ Name: ldb Description: An LDAP-like embedded database Version: @PACKAGE_VERSION@ Requires.private: tdb -Requires: talloc +Requires: talloc events Libs: -L${libdir} -lldb Libs.private: @LDAP_LIBS@ Cflags: -I${includedir} -- cgit From 2495690eb811fc634d64adeef5b195ef0a175779 Mon Sep 17 00:00:00 2001 From: Julien Kerihuel Date: Fri, 27 Jun 2008 09:55:30 +0200 Subject: Remove events from require line: The events library is not installed and prevent OpenChange from linking with ldb. The following patch removes events reference from ldb pc file. We are currently fixing this bug in openchange upstream using 'sed' in our installsamba4.sh script, but this hack won't work with a packaged version of samba4. Signed-off-by: Stefan Metzmacher (This used to be commit 0b8508f75eac84ef68850e91300fb837a621cc77) --- source4/lib/ldb/ldb.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/ldb.pc.in') diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in index 8d1e3cabe3..b7e4c85844 100644 --- a/source4/lib/ldb/ldb.pc.in +++ b/source4/lib/ldb/ldb.pc.in @@ -8,7 +8,7 @@ Name: ldb Description: An LDAP-like embedded database Version: @PACKAGE_VERSION@ Requires.private: tdb -Requires: talloc events +Requires: talloc Libs: -L${libdir} -lldb Libs.private: @LDAP_LIBS@ Cflags: -I${includedir} -- cgit