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: nia
Date: Thu May 21 10:41:36 UTC 2020
Modified Files:
pkgsrc/security/openssl: Makefile
Log Message:
openssl: Pass explicit libdir
Some linuxes have /lib64. pkgsrc should never use /lib64.
Pointed out by sobukus on freenode
To generate a diff of this commit:
cvs rdiff -u -r1.258 -r1.259 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.258 pkgsrc/security/openssl/Makefile:1.259
--- pkgsrc/security/openssl/Makefile:1.258 Thu Apr 30 11:21:57 2020
+++ pkgsrc/security/openssl/Makefile Thu May 21 10:41:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.258 2020/04/30 11:21:57 nia Exp $
+# $NetBSD: Makefile,v 1.259 2020/05/21 10:41:36 nia Exp $
DISTNAME= openssl-1.1.1g
PKGREVISION= 1
@@ -19,6 +19,7 @@ TEST_TARGET= tests
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --libdir=${PREFIX}/lib
CONFIGURE_ARGS+= --openssldir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= shared
Home |
Main Index |
Thread Index |
Old Index