style: adjust ./configure options

This commit is contained in:
DarkCat09 2024-12-20 22:08:56 +04:00
parent e0a29fc7ca
commit 6851fae012
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82
2 changed files with 5 additions and 7 deletions

View file

@ -27,10 +27,10 @@ echo '==> ./configure (check deps, generate config)'
--with-jemalloc \ --with-jemalloc \
--disable-doh \ --disable-doh \
--disable-geoip \ --disable-geoip \
--with-libxml2=no \ --without-libxml2 \
--with-json-c=no \ --without-json-c \
--with-libsystemd=no \ --without-libsystemd \
--with-zlib=no --without-zlib
echo echo
echo '==> make' echo '==> make'

View file

@ -33,9 +33,7 @@ echo '==> ./configure (check deps, generate config)'
--without-pyldns \ --without-pyldns \
--without-pyldnsx \ --without-pyldnsx \
--enable-poll \ --enable-poll \
--disable-dane \ --disable-dane
--disable-dane-verify \
--disable-dane-ta-usage
echo echo
echo '==> make' echo '==> make'