]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
gnutls: Resolve configure unrecognised option(s)
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 29 Apr 2026 17:50:24 +0000 (19:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2026 19:47:53 +0000 (19:47 +0000)
- configure: WARNING: unrecognized options: --disable-guile
- The guile bindings were removed and made into a separate package in version 3.8.0
   in 2023

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/gnutls

index 15d0362dd66ac24e9ad350b4938195be61ef4063..c869100ba2d8bdf1b4c9e163748a5f0d63e7626c 100644 (file)
@@ -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        #
@@ -74,8 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                ./configure \
                        --prefix=/usr \
                        --without-p11-kit \
-                       --disable-openssl-compatibility \
-                       --disable-guile
+                       --disable-openssl-compatibility
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)