diff options
author | obache <obache@pkgsrc.org> | 2014-07-07 12:56:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-07-07 12:56:26 +0000 |
commit | 52f9d03f6ba80e5add438393b3db214d79f81aec (patch) | |
tree | 445575c554d7d14a969ff7bf17dd8dee48fa1872 /net/zeromq | |
parent | eb5980627483e8eee0c05a9464c080b35db4d4d0 (diff) | |
download | pkgsrc-52f9d03f6ba80e5add438393b3db214d79f81aec.tar.gz |
Exactly specify the location of libsodium to configure.
Diffstat (limited to 'net/zeromq')
-rw-r--r-- | net/zeromq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zeromq/Makefile b/net/zeromq/Makefile index 442bc197302..0dae6d09376 100644 --- a/net/zeromq/Makefile +++ b/net/zeromq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/07/07 12:54:22 obache Exp $ +# $NetBSD: Makefile,v 1.17 2014/07/07 12:56:26 obache Exp $ DISTNAME= zeromq-4.0.4 CATEGORIES= net devel @@ -26,6 +26,7 @@ CXXFLAGS+= -std=gnu++0x .endif .include "../../security/libsodium/buildlink3.mk" +CONFIGURE_ARGS+= --with-libsodium=${BUILDLINK_PREFIX.libsodium} .if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" .include "../../devel/libuuid/buildlink3.mk" |