pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/librest07 force certificate path rather than autod...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd13cf3cba10
branches:  trunk
changeset: 602340:fd13cf3cba10
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Apr 12 09:51:12 2012 +0000

description:
force certificate path rather than autodetect, should fix build error
in case certificates are not installed reported by David Holland

diffstat:

 www/librest07/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f69c5f4f5f15 -r fd13cf3cba10 www/librest07/Makefile
--- a/www/librest07/Makefile    Thu Apr 12 08:44:49 2012 +0000
+++ b/www/librest07/Makefile    Thu Apr 12 09:51:12 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/04/11 11:40:18 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2012/04/12 09:51:12 drochner Exp $
 #
 
 DISTNAME=      rest-0.7.12
@@ -17,6 +17,8 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config gmake
+# see pkgsrc/security/mozilla-rootcerts
+CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
 
 PKGCONFIG_OVERRIDE+=   rest.pc.in
 



Home | Main Index | Thread Index | Old Index