public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Cc: Matthias Fischer <matthias.fischer@ipfire.org>
Subject: [PATCH] squid 7.5: Sorted lfs-options for better readibility
Date: Sat, 23 May 2026 13:52:56 +0200	[thread overview]
Message-ID: <20260523115327.3437114-1-matthias.fischer@ipfire.org> (raw)

No changes - just sorted.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 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	other threads:[~2026-05-23 11:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260523115327.3437114-1-matthias.fischer@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox