mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Change VARBASE to LOCALSTATEDIR
OK jung@
This commit is contained in:
+2
-4
@@ -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
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user