No changes - just sorted.

Signed-off-by: Matthias Fischer <[email protected]>
---
 lfs/squid | 53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

diff --git a/lfs/squid b/lfs/squid
index b4b2c44bd..9d8ff1d23 100644
--- a/lfs/squid
+++ b/lfs/squid
@@ -84,52 +84,53 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        cd $(DIR_APP) && CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
                LDFLAGS="$(LDFLAGS)" ./configure \
-               --prefix=/usr \
-               --sysconfdir=/etc/squid \
                --datadir=/usr/lib/squid \
-               --mandir=/usr/share/man \
                --libexecdir=/usr/lib/squid \
                --localstatedir=/var \
-               --disable-ssl \
+               --mandir=/usr/share/man \
+               --prefix=/usr \
+               --sysconfdir=/etc/squid \
+               --disable-arch-native \
                --disable-icmp \
-               --disable-wccp \
-               --disable-wccpv2 \
                --disable-kqueue \
-               --disable-arch-native \
+               --disable-ssl \
                --disable-strict-error-checking \
-               --enable-poll \
-               --enable-storeio=aufs,diskd,ufs \
-               --enable-underscores \
-               --enable-http-violations \
-               --enable-removal-policies=heap,lru \
-               --enable-delay-pools \
-               --enable-linux-netfilter \
-               --enable-snmp \
+               --disable-wccp \
+               --disable-wccpv2 \
+               --enable-async-io=16 \
                --enable-auth \
                --enable-auth-basic \
                --enable-auth-digest \
                --enable-auth-negotiate \
                --enable-auth-ntlm \
-               --enable-log-daemon-helpers \
-               --enable-url-rewrite-helpers \
                --enable-build-info \
-               --enable-eui \
-               --enable-async-io=16 \
-               --enable-translation \
-               --enable-unlinkd \
-               --enable-internal-dns \
-               --enable-epoll \
-               --enable-select \
                --enable-cache-digests \
+               --enable-delay-pools \
+               --enable-epoll \
+               --enable-eui \
                --enable-forw-via-db \
                --enable-htcp \
-               --enable-kill-parent-hack \
+               --enable-http-violations \
                --enable-icap-client \
+               --enable-internal-dns \
+               --enable-kill-parent-hack \
+               --enable-linux-netfilter \
+               --enable-log-daemon-helpers \
+               --enable-poll \
+               --enable-removal-policies=heap,lru \
+               --enable-select \
+               --enable-snmp \
+               --enable-storeio=aufs,diskd,ufs \
+               --enable-translation \
+               --enable-underscores \
+               --enable-unlinkd \
+               --enable-url-rewrite-helpers \
                --enable-zph-qos \
                --with-dl \
                --with-large-files \
                --without-gnutls \
-               --without-netfilter-conntrack
+               --without-netfilter-conntrack \
+               --without-nettle
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
-- 
2.53.0


Reply via email to