]> git.pld-linux.org Git - packages/CoinUtils.git/commitdiff
- fix hardcoded pkg-config path auto/th/CoinUtils-2.9.17-2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 5 May 2015 18:21:49 +0000 (20:21 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 5 May 2015 18:21:49 +0000 (20:21 +0200)
- rel 2

CoinUtils.spec

index 68656ca6776b70627b698595a7bf30ee5ce81667..0d97a772f1437e71b5d1e0f5d358082d733e8018 100644 (file)
@@ -7,7 +7,7 @@ Summary:        COIN-OR Utilities library
 Summary(pl.UTF-8):     Biblioteka narzędziowa COIN-OR Utilities
 Name:          CoinUtils
 Version:       2.9.17
-Release:       1
+Release:       2
 License:       Eclipse Public License v1.0
 Group:         Libraries
 Source0:       http://www.coin-or.org/download/source/CoinUtils/%{name}-%{version}.tgz
@@ -100,6 +100,7 @@ cd CoinUtils
 %{__automake}
 cd ..
 %configure \
+       PKG_CONFIG_PATH="%{_pkgconfigdir}" \
        --enable-dependency-linking \
        %{?with_static_libs:--enable-static}
 %{__make}
This page took 0.075781 seconds and 4 git commands to generate.