style: adjust ./configure options
This commit is contained in:
parent
e0a29fc7ca
commit
6851fae012
2 changed files with 5 additions and 7 deletions
|
@ -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'
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue