diff options
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/freebsd-skeleton/rpki-ca/Makefile | 2 | ||||
-rw-r--r-- | buildtools/freebsd-skeleton/rpki-rp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/freebsd-skeleton/rpki-ca/Makefile b/buildtools/freebsd-skeleton/rpki-ca/Makefile index 00bc344b..58797c7c 100644 --- a/buildtools/freebsd-skeleton/rpki-ca/Makefile +++ b/buildtools/freebsd-skeleton/rpki-ca/Makefile @@ -18,7 +18,7 @@ USE_RC_SUBR= rpki-ca # Disable a couple of recent whoopie cushions in the FreeBSD ports system MAKE_JOBS_UNSAFE= yes -NO_STAGE = yes +#NO_STAGE = yes # We depend on our own relying party code BUILD_DEPENDS+= rpki-rp>0:${PORTSDIR}/net/rpki-rp diff --git a/buildtools/freebsd-skeleton/rpki-rp/Makefile b/buildtools/freebsd-skeleton/rpki-rp/Makefile index be88adc0..3218b8d9 100644 --- a/buildtools/freebsd-skeleton/rpki-rp/Makefile +++ b/buildtools/freebsd-skeleton/rpki-rp/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" # Disable a couple of recent whoopie cushions in the FreeBSD ports system MAKE_JOBS_UNSAFE= yes -NO_STAGE = yes +#NO_STAGE = yes # rcynic's Makefile constructs an rcynic.conf for us if it doesn't # find one already installed. This turns out to be exactly what |