diff options
author | Günther Deschner <gdeschner@redhat.com> | 2013-01-24 16:31:52 +0100 |
---|---|---|
committer | Günther Deschner <gdeschner@redhat.com> | 2013-04-05 21:29:19 +0200 |
commit | f04d43c26efd26bffdd5f6615d027c60896cef8a (patch) | |
tree | 53a775fb5155dc54c9b89e36b331c8e5e33ca823 /proxy/contrib | |
parent | e715757e5cff247e4090f305b07f626a3a376210 (diff) | |
download | gss-proxy-master-dinglibs.tar.gz gss-proxy-master-dinglibs.tar.xz gss-proxy-master-dinglibs.zip |
Prefer ini_config library support over iniparser support.master-dinglibs
Abort if none of these libraries are found.
Signed-off-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/contrib')
-rw-r--r-- | proxy/contrib/gssproxy.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/contrib/gssproxy.spec.in b/proxy/contrib/gssproxy.spec.in index 17f8a29..b5cba7c 100644 --- a/proxy/contrib/gssproxy.spec.in +++ b/proxy/contrib/gssproxy.spec.in @@ -37,7 +37,7 @@ BuildRequires: pkgconfig BuildRequires: krb5-devel BuildRequires: libselinux-devel BuildRequires: keyutils-libs-devel -BuildRequires: iniparser-devel +BuildRequires: libini_config-devel >= 1.0.0.1 BuildRequires: libverto-devel BuildRequires: popt-devel BuildRequires: findutils |