aboutsummaryrefslogtreecommitdiff
path: root/buildtools/freebsd-skeleton/rpki-rp/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-03-16 17:25:17 +0000
committerRob Austein <sra@hactrn.net>2014-03-16 17:25:17 +0000
commit7e56d5b54e0ce45929d414de791b3e87d8d088db (patch)
tree74a38e69f546524d77e9278f066b8abc29e4179f /buildtools/freebsd-skeleton/rpki-rp/Makefile
parent41b8c99a3c8228c6ebf779b52314371088928582 (diff)
Add --disable-runtime-dependencies to turn off enforcement in
build-time checks of runtime dependencies (ie, we still whine, but ./configure keeps going rather than exiting with an error). svn path=/trunk/; revision=5704
Diffstat (limited to 'buildtools/freebsd-skeleton/rpki-rp/Makefile')
-rw-r--r--buildtools/freebsd-skeleton/rpki-rp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/freebsd-skeleton/rpki-rp/Makefile b/buildtools/freebsd-skeleton/rpki-rp/Makefile
index f0fe61aa..adae6ef0 100644
--- a/buildtools/freebsd-skeleton/rpki-rp/Makefile
+++ b/buildtools/freebsd-skeleton/rpki-rp/Makefile
@@ -36,7 +36,7 @@ RUN_DEPENDS+= rrdtool>0:${PORTSDIR}/databases/rrdtool
# Just want relying party tools, try to use system OpenSSL if we can.
-CONFIGURE_ARGS= --disable-target-installation --disable-ca-tools APACHE_VERSION=${APACHE_VERSION}
+CONFIGURE_ARGS= --disable-target-installation --disable-runtime-dependencies --disable-ca-tools APACHE_VERSION=${APACHE_VERSION}
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
# Disable parallel builds, they failed the last time I tried and we don't really need them