From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] squid: Add --without-nettle to configure options
Date: Wed, 20 May 2026 22:15:49 +0200 [thread overview]
Message-ID: <20260520201549.2964300-4-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260520201549.2964300-1-adolf.belka@ipfire.org>
- nettle-4.0 has various API/ABI changes that prevent squid from building.
- input from @michael was to use the --without-nettle configure option until the squid
dev team provide an update for the API/ABI changes and squidf in IPFire is migrated
successfully from the 6.x branch to the 7.x branch
- All other packages that use nettle, such as gnutls etc have updated versions capable
of working with nettle-4.0
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/squid | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/squid b/lfs/squid
index 6963de304..a4de8adb4 100644
--- a/lfs/squid
+++ b/lfs/squid
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2026 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -131,8 +131,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--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.54.0
prev parent reply other threads:[~2026-05-20 20:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-20 20:15 [PATCH] core203: Ship nettle Adolf Belka
2026-05-20 20:15 ` [PATCH] core203: Ship squid Adolf Belka
2026-05-20 20:15 ` [PATCH] nettle: Update to version 4.0 Adolf Belka
2026-05-20 20:15 ` Adolf Belka [this message]
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=20260520201549.2964300-4-adolf.belka@ipfire.org \
--to=adolf.belka@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