Jan Engelhardt
db8c3daca8
- Update to new upstream release 0.3.0.1 OBS-URL: https://build.opensuse.org/request/show/211909 OBS-URL: https://build.opensuse.org/package/show/network:ldap/ding-libs?expand=0&rev=13
30 lines
1011 B
Diff
30 lines
1011 B
Diff
From 0b17e2b77e41c668afcc52aff853ac95c0a98a0e Mon Sep 17 00:00:00 2001
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: Thu, 19 Dec 2013 12:03:31 +0100
|
|
Subject: [PATCH] build: add missing Requires to pkgconfig file
|
|
Status: acked-upstream
|
|
|
|
ini_comment.h uses simplebuffer.h, therefore must Require
|
|
basicobjects which provides that. Similarly, ini_valueobj.h uses
|
|
ref_array.h and must therefore Require ref_array.
|
|
---
|
|
ini/ini_config.pc.in | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/ini/ini_config.pc.in b/ini/ini_config.pc.in
|
|
index 600d39a..66af169 100644
|
|
--- a/ini/ini_config.pc.in
|
|
+++ b/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@
|
|
-Libs: -L${libdir} -lini_config -lcollection
|
|
+Requires: basicobjects ref_array collection
|
|
+Libs: -L${libdir} -lini_config
|
|
Cflags: -I${includedir}
|
|
URL: http://fedorahosted.org/sssd/
|
|
--
|
|
1.8.4
|
|
|