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 \
--disable-doh \
--disable-geoip \
--with-libxml2=no \
--with-json-c=no \
--with-libsystemd=no \
--with-zlib=no
--without-libxml2 \
--without-json-c \
--without-libsystemd \
--without-zlib
echo
echo '==> make'

View file

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