forked from pool/ding-libs
Accepting request 221272 from home:ckornacker:branches:network:ldap
- remove pkgconfig-deps.diff since it's obsoleted by 0001-build-add-missing-Requires-to-pkgconfig-file.patch OBS-URL: https://build.opensuse.org/request/show/221272 OBS-URL: https://build.opensuse.org/package/show/network:ldap/ding-libs?expand=0&rev=18
This commit is contained in:
parent
1452ff25ad
commit
47206c1fb6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 7 12:29:15 UTC 2014 - ckornacker@suse.com
|
||||||
|
|
||||||
|
- remove pkgconfig-deps.diff since it's obsoleted by
|
||||||
|
0001-build-add-missing-Requires-to-pkgconfig-file.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 8 01:31:44 UTC 2013 - jengelh@inai.de
|
Thu Aug 8 01:31:44 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
From: Jan Engelhardt <jengelh@medozas.de>
|
|
||||||
Date: 2012-03-12 00:18:26.252269956 +0100
|
|
||||||
|
|
||||||
build: resolve compile error
|
|
||||||
|
|
||||||
ini_config.pc must Require collection, or linkage can fail:
|
|
||||||
|
|
||||||
$ gcc tc.c $(pkg-config ini_config --libs)
|
|
||||||
ld: cannot find -lcollection
|
|
||||||
collect2: ld returned 1 exit status
|
|
||||||
|
|
||||||
---
|
|
||||||
ini/ini_config.pc.in | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
Index: ding-libs-0.1.3/ini/ini_config.pc.in
|
|
||||||
===================================================================
|
|
||||||
--- ding-libs-0.1.3.orig/ini/ini_config.pc.in
|
|
||||||
+++ ding-libs-0.1.3/ini/ini_config.pc.in
|
|
||||||
@@ -6,6 +6,7 @@ includedir=@includedir@
|
|
||||||
Name: ini_config
|
|
||||||
Description: Library to process config files in INI format into a libcollection data structure
|
|
||||||
Version: @INI_CONFIG_VERSION@
|
|
||||||
+Requires: collection
|
|
||||||
Libs: -L${libdir} -lini_config -lcollection
|
|
||||||
Cflags: -I${includedir}
|
|
||||||
URL: http://fedorahosted.org/sssd/
|
|
Loading…
x
Reference in New Issue
Block a user