pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/curl pkg-config is required when building against ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d858ba165a1d
branches: trunk
changeset: 356432:d858ba165a1d
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Sat Dec 31 08:31:18 2016 +0000
description:
pkg-config is required when building against nghttp2.
diffstat:
www/curl/options.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a2780b0aac16 -r d858ba165a1d www/curl/options.mk
--- a/www/curl/options.mk Sat Dec 31 08:09:14 2016 +0000
+++ b/www/curl/options.mk Sat Dec 31 08:31:18 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2016/02/26 10:57:45 jperkin Exp $
+# $NetBSD: options.mk,v 1.15 2016/12/31 08:31:18 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.curl
PKG_SUPPORTED_OPTIONS= inet6 libssh2 gssapi ldap rtmp libidn http2
@@ -53,6 +53,7 @@
.endif
.if !empty(PKG_OPTIONS:Mhttp2)
+USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-nghttp2=${BUILDLINK_PREFIX.nghttp2}
.include "../../www/nghttp2/buildlink3.mk"
.else
Home |
Main Index |
Thread Index |
Old Index