diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-03 00:04:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-03 00:04:25 +0800 |
commit | 24b1b57cb6d2d79e2feb0d3f152eaaf7c65f4367 (patch) | |
tree | 79e0b2629f47ce7a9b480b678867c4838822e659 /net-mgmt | |
parent | 0fea042de7b24808208e631d116bb57cd4490404 (diff) | |
download | freebsd-ports-gnome-24b1b57cb6d2d79e2feb0d3f152eaaf7c65f4367.tar.gz freebsd-ports-gnome-24b1b57cb6d2d79e2feb0d3f152eaaf7c65f4367.tar.zst freebsd-ports-gnome-24b1b57cb6d2d79e2feb0d3f152eaaf7c65f4367.zip |
Enforce bundling jansson and libtre instead of leaving the configure
figure out if it should bundle of not
The clean fix would be to always unbundle, but I will let that to the maintainer
while here strip binaries and allow packaging
Reported by: glebius
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netxms/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile index c931c2175845..adc033c8a2d5 100644 --- a/net-mgmt/netxms/Makefile +++ b/net-mgmt/netxms/Makefile @@ -24,13 +24,14 @@ SERVER_DESC= Install NetXMS server & agent CLIENT_DESC= Install NetXMS client AGENT_DESC= Install NetXMS agent -NO_PACKAGE= yes - USE_OPENSSL= yes USES= gmake iconv libtool perl5 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules +CONFIGURE_ARGS= --disable-silent-rules \ + --with-internal-libjansson \ + --with-internal-libtre USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |