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 Add pkgconfig gluons
details: https://anonhg.NetBSD.org/src/rev/44a9cde0b712
branches: trunk
changeset: 784110:44a9cde0b712
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 18 18:09:55 2013 +0000
description:
Add pkgconfig gluons
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/Makefile | 5 ++++-
crypto/external/bsd/openssl/lib/libssl/Makefile | 5 ++++-
crypto/external/bsd/openssl/pkgconfig.mk | 10 ++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
diffs (48 lines):
diff -r c30837493a24 -r 44a9cde0b712 crypto/external/bsd/openssl/lib/libcrypto/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/Makefile Fri Jan 18 17:58:15 2013 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/Makefile Fri Jan 18 18:09:55 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/07/26 19:58:40 christos Exp $
+# $NetBSD: Makefile,v 1.7 2013/01/18 18:09:56 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -116,4 +116,7 @@
INCSDIR=/usr/include/openssl
+PKGCONFIG=libcrypto
+.include "${.CURDIR}/../../pkgconfig.mk"
+
.include <bsd.lib.mk>
diff -r c30837493a24 -r 44a9cde0b712 crypto/external/bsd/openssl/lib/libssl/Makefile
--- a/crypto/external/bsd/openssl/lib/libssl/Makefile Fri Jan 18 17:58:15 2013 +0000
+++ b/crypto/external/bsd/openssl/lib/libssl/Makefile Fri Jan 18 18:09:55 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/07/26 19:58:42 christos Exp $
+# $NetBSD: Makefile,v 1.5 2013/01/18 18:09:56 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -53,4 +53,7 @@
perl ${OPENSSLSRC}/extsrcs.pl 2> srcs.inc; \
patch -s ssl.inc < ssl.diff )
+PKGCONFIG=libssl openssl
+.include "${.CURDIR}/../../pkgconfig.mk"
+
.include <bsd.lib.mk>
diff -r c30837493a24 -r 44a9cde0b712 crypto/external/bsd/openssl/pkgconfig.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/openssl/pkgconfig.mk Fri Jan 18 18:09:55 2013 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: pkgconfig.mk,v 1.1 2013/01/18 18:09:55 christos Exp $
+
+FILESDIR=/usr/lib/pkgconfig
+.for pkg in ${PKGCONFIG}
+FILES+=${pkg}.pc
+CLEANFILES+=${pkg}.pc
+
+${pkg}.pc: ${.CURDIR}/../../mkpc
+ ${.ALLSRC} ${.TARGET} > ${.TARGET}
+.endfor
Home |
Main Index |
Thread Index |
Old Index