pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/crypto++



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb  8 13:26:33 UTC 2025

Modified Files:
        pkgsrc/security/crypto++: Makefile

Log Message:
crypto++: fix rpath in pkg-config file

Ride bump


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/crypto++/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/crypto++/Makefile
diff -u pkgsrc/security/crypto++/Makefile:1.26 pkgsrc/security/crypto++/Makefile:1.27
--- pkgsrc/security/crypto++/Makefile:1.26      Sat Feb  8 13:18:48 2025
+++ pkgsrc/security/crypto++/Makefile   Sat Feb  8 13:26:33 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2025/02/08 13:18:48 bsiegert Exp $
+# $NetBSD: Makefile,v 1.27 2025/02/08 13:26:33 wiz Exp $
 
 DISTNAME=      cryptopp870
 PKGNAME=       cryptopp-8.7.0
@@ -19,6 +19,9 @@ BUILD_TARGET=         all libcryptopp.pc
 WRKSRC=                        ${WRKDIR}
 CPPFLAGS+=             -DCRYPTOPP_DISABLE_ASM -fPIC
 
+PKGCONFIG_OVERRIDE=            libcryptopp.pc
+PKGCONFIG_OVERRIDE_STAGE=      post-build
+
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/cryptest.exe ${DESTDIR}${PREFIX}/bin/cryptest
 



Home | Main Index | Thread Index | Old Index