Change VARBASE to LOCALSTATEDIR

OK jung@
This commit is contained in:
sdk
2023-11-27 09:35:36 +00:00
parent 0a5deb0962
commit 822b837b36
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -41,14 +41,12 @@ LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.69
CONFIGURE_ARGS+= --with-rundir=${VARBASE}/run/ \
--with-rootdir=${VARBASE}/gdnsd \
CONFIGURE_ARGS+= --with-rundir=${LOCALSTATEDIR}/run/ \
--with-rootdir=${LOCALSTATEDIR}/gdnsd \
--without-urcu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
SUBST_VARS+= VARBASE
# XXX: Hangs, though doesn't seem to be gdnsd's fault
pre-test:
rm -f ${WRKSRC}/t/003complex/009broken.t
+1 -1
View File
@@ -64,4 +64,4 @@ share/doc/gdnsd/INSTALL
share/doc/gdnsd/NEWS
share/doc/gdnsd/README.md
share/doc/gdnsd/gdnsd_manual.txt
@sample ${VARBASE}/gdnsd/
@sample ${LOCALSTATEDIR}/gdnsd/