[arch-commits] Commit in qca/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Feb 25 22:36:05 UTC 2017


    Date: Saturday, February 25, 2017 @ 22:36:04
  Author: jgc
Revision: 289551

Change pkgconfig path for OpenSSL 1.0

Modified:
  qca/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-25 22:33:20 UTC (rev 289550)
+++ PKGBUILD	2017-02-25 22:36:04 UTC (rev 289551)
@@ -21,7 +21,7 @@
 
 build() {
   cd build4
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/lib/pkgconfig
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   cmake ../$pkgbase-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \



More information about the arch-commits mailing list