Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssl Run the mkpc script using ${HOST...



details:   https://anonhg.NetBSD.org/src/rev/38a485502bef
branches:  trunk
changeset: 328567:38a485502bef
user:      apb <apb%NetBSD.org@localhost>
date:      Mon Apr 07 17:40:49 2014 +0000

description:
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 b4aeea83ee2b -r 38a485502bef crypto/external/bsd/openssl/pkgconfig.mk
--- a/crypto/external/bsd/openssl/pkgconfig.mk  Mon Apr 07 17:06:47 2014 +0000
+++ b/crypto/external/bsd/openssl/pkgconfig.mk  Mon Apr 07 17:40:49 2014 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: pkgconfig.mk,v 1.4 2013/02/01 21:02:48 christos Exp $
+# $NetBSD: pkgconfig.mk,v 1.5 2014/04/07 17:40:49 apb 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