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 \
|
||||
--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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue