pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Crypt-SSLeay
Module Name: pkgsrc
Committed By: schmonz
Date: Sun Feb 11 03:37:22 UTC 2018
Modified Files:
pkgsrc/security/p5-Crypt-SSLeay: Makefile
Log Message:
Pass --libpath=${SSLBASE}/lib to fix configure on CentOS 7.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/p5-Crypt-SSLeay/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/p5-Crypt-SSLeay/Makefile
diff -u pkgsrc/security/p5-Crypt-SSLeay/Makefile:1.33 pkgsrc/security/p5-Crypt-SSLeay/Makefile:1.34
--- pkgsrc/security/p5-Crypt-SSLeay/Makefile:1.33 Mon Jun 5 14:24:31 2017
+++ pkgsrc/security/p5-Crypt-SSLeay/Makefile Sun Feb 11 03:37:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2017/06/05 14:24:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2018/02/11 03:37:22 schmonz Exp $
DISTNAME= Crypt-SSLeay-0.72
PKGNAME= p5-${DISTNAME}
@@ -20,6 +20,7 @@ PERL5_PACKLIST= auto/Crypt/SSLeay/.pack
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
MAKE_PARAMS+= --lib=${SSLBASE}
+MAKE_PARAMS+= --libpath=${SSLBASE}/lib
post-extract:
chmod a-x ${WRKSRC}/lib/Net/SSL.pm
Home |
Main Index |
Thread Index |
Old Index