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

Maxime Gauduin alucryd at archlinux.org
Fri Jun 25 07:38:09 UTC 2021


    Date: Friday, June 25, 2021 @ 07:38:08
  Author: alucryd
Revision: 967410

crypto++ 8.5.0-2: FS#70963 fix pkgconfig prefix

Modified:
  crypto++/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 07:32:02 UTC (rev 967409)
+++ PKGBUILD	2021-06-25 07:38:08 UTC (rev 967410)
@@ -8,7 +8,7 @@
 
 pkgname=crypto++
 pkgver=8.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A free C++ class library of cryptographic schemes'
 arch=(x86_64)
 url=https://www.cryptopp.com/
@@ -30,11 +30,11 @@
 
 build() {
   export CXXFLAGS="$CXXFLAGS -DNDEBUG -fPIC"
-  make -C cryptopp dynamic cryptest.exe libcryptopp.pc
+  make PREFIX=/usr -C cryptopp dynamic cryptest.exe libcryptopp.pc
 }
 
 check() {
-  make -C cryptopp test
+  make PREFIX=/usr -C cryptopp test
 }
 
 package() {




More information about the arch-commits mailing list