]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
squid: Add --without-nettle to configure options
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 20 May 2026 20:15:49 +0000 (22:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 May 2026 08:50:41 +0000 (08:50 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/squid

index 6963de304b0eede095efa56f07cf8adc17d7df55..a4de8adb4f5260b37cb3db44fb7f4d6f87cc0962 100644 (file)
--- 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