* [PATCH] squid 7.5: Sorted lfs-options for better readibility
@ 2026-05-23 11:52 Matthias Fischer
0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2026-05-23 11:52 UTC (permalink / raw)
To: development; +Cc: Matthias Fischer
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-23 11:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-23 11:52 [PATCH] squid 7.5: Sorted lfs-options for better readibility Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox