pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/openssl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 16 07:19:48 UTC 2024

Modified Files:
        pkgsrc/security/openssl: Makefile

Log Message:
openssl: use --libdir as openssl wants it

Fixes pkg-config files.

Closes PR 58157 by Colin Simmonds.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 pkgsrc/security/openssl/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/openssl/Makefile
diff -u pkgsrc/security/openssl/Makefile:1.298 pkgsrc/security/openssl/Makefile:1.299
--- pkgsrc/security/openssl/Makefile:1.298      Wed Apr 10 10:34:13 2024
+++ pkgsrc/security/openssl/Makefile    Tue Apr 16 07:19:48 2024
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.298 2024/04/10 10:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.299 2024/04/16 07:19:48 wiz Exp $
 
 # Remember to upload-distfiles when updating OpenSSL -- otherwise it
 # is not possible for users who have bootstrapped without OpenSSL
 # to install it and enable HTTPS fetching.
 DISTNAME=      openssl-3.3.0
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  https://www.openssl.org/source/
 
@@ -22,7 +23,7 @@ TEST_TARGET=          test
 HAS_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      ./config
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
-CONFIGURE_ARGS+=       --libdir=${PREFIX}/lib
+CONFIGURE_ARGS+=       --libdir=lib
 CONFIGURE_ARGS+=       --openssldir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       shared
 MAKE_FLAGS+=           MANSUFFIX=



Home | Main Index | Thread Index | Old Index