diff options
author | drochner <drochner> | 2012-04-12 09:51:12 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-04-12 09:51:12 +0000 |
commit | f858c4e942474f89092381981a15e371a98f96e3 (patch) | |
tree | 006c6e393b086227f3a1674081e5f09e51ba2cfe /www/librest07 | |
parent | 54c22ed408b6ce9de5bf2920b1ed604cce2d0d6c (diff) | |
download | pkgsrc-f858c4e942474f89092381981a15e371a98f96e3.tar.gz |
force certificate path rather than autodetect, should fix build error
in case certificates are not installed reported by David Holland
Diffstat (limited to 'www/librest07')
-rw-r--r-- | www/librest07/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/librest07/Makefile b/www/librest07/Makefile index 96419755ae3..cd3c9b5f352 100644 --- a/www/librest07/Makefile +++ b/www/librest07/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 |