Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl openssl: Pass explicit libdir



details:   https://anonhg.NetBSD.org/pkgsrc/rev/017742a55293
branches:  trunk
changeset: 432336:017742a55293
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 21 10:41:36 2020 +0000

description:
openssl: Pass explicit libdir

Some linuxes have /lib64. pkgsrc should never use /lib64.

Pointed out by sobukus on freenode

diffstat:

 security/openssl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 174545da6da2 -r 017742a55293 security/openssl/Makefile
--- a/security/openssl/Makefile Thu May 21 10:40:17 2020 +0000
+++ b/security/openssl/Makefile Thu May 21 10:41:36 2020 +0000
@@ -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 @@
 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