From patchwork Sat May 23 11:52:56 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 9855 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gN0sd15W5z3wmL for ; Sat, 23 May 2026 11:53:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gN0sc71ccz5dk for ; Sat, 23 May 2026 11:53:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gN0sc6Fg9z2xPV for ; Sat, 23 May 2026 11:53:40 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gN0sZ2bqmz2x9b for ; Sat, 23 May 2026 11:53:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gN0sY58Lwz7D; Sat, 23 May 2026 11:53:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779537217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ZO51ZNUVp7bgf+uTn/JCBiecfftZByv+/KJhT7NvwMg=; b=2HU/Vc4AKNBV7PBv7WWPE1W9x1AAlVZtldDoSxFTaawa8HmWQf0GpQjTSJrvoz7aRma22E icUvUzsZeoJM0gCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779537217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ZO51ZNUVp7bgf+uTn/JCBiecfftZByv+/KJhT7NvwMg=; b=W5PawwWF4iCj/dUWWWnl05UeP3fZ9TQ2AE9UDmxb0sVJ1dFSD3NFiqYJWxQKL0erw6gkMv khbuW+XEwUrLpQyL1hYb6m8Wrej258njTxIWbRHPRlNz0hDRuiNX/kJESeyLwUkYZLNZbj s+xFeJVHWydIQTW1SLqP0rkgcjSjLcQCajXb6cJTNOlv39x8ukpptJ9fzln05eQC8GZbgl sWVjHEpXbhNIbzONxDr8AS786fSStl6jG4zY6L/4xL2CE6JNan4xQ3GVtJoCWY4xLnruU1 xA71Rk/P0Xl7RAh2uXyJk24BRqMQVyxMRaBN56EUwb4+Lq0oLGFYP9PsZVGlOg== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] squid 7.5: Sorted lfs-options for better readibility Date: Sat, 23 May 2026 13:52:56 +0200 Message-ID: <20260523115327.3437114-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 No changes - just sorted. Signed-off-by: Matthias Fischer --- 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