Source-Changes-HG archive

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

[src/netbsd-6]: src/crypto/external/bsd/openssl Pull up following revision(s)...



details:   https://anonhg.NetBSD.org/src/rev/53f585950c95
branches:  netbsd-6
changeset: 776598:53f585950c95
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Apr 08 20:23:04 2014 +0000

description:
Pull up following revision(s) (requested by tron in ticket #1045):
        crypto/external/bsd/openssl/pkgconfig.mk: revision 1.5
Run the mkpc script using ${HOST_SH}

diffstat:

 crypto/external/bsd/openssl/pkgconfig.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d35a5f5f935f -r 53f585950c95 crypto/external/bsd/openssl/pkgconfig.mk
--- a/crypto/external/bsd/openssl/pkgconfig.mk  Tue Apr 08 11:34:14 2014 +0000
+++ b/crypto/external/bsd/openssl/pkgconfig.mk  Tue Apr 08 20:23:04 2014 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: pkgconfig.mk,v 1.5.2.2 2014/04/08 11:31:14 msaitoh Exp $
+# $NetBSD: pkgconfig.mk,v 1.5.2.3 2014/04/08 20:23:04 bouyer Exp $
+
+.include <bsd.own.mk>
 
 FILESDIR=/usr/lib/pkgconfig
 .for pkg in ${PKGCONFIG}
@@ -6,5 +8,5 @@
 FILESBUILD_${pkg}.pc=yes
 
 ${pkg}.pc: ${.CURDIR}/../../mkpc
-       ${.ALLSRC} ${OPENSSLSRC}/crypto ${.TARGET} > ${.TARGET}
+       ${HOST_SH} ${.ALLSRC} ${OPENSSLSRC}/crypto ${.TARGET} > ${.TARGET}
 .endfor



Home | Main Index | Thread Index | Old Index