From: Adolf Belka Date: Wed, 29 Apr 2026 17:50:24 +0000 (+0200) Subject: gnutls: Resolve configure unrecognised option(s) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9475fa32d29ea4e2c79abc06174b5e652de14a8c;p=ipfire-2.x.git gnutls: Resolve configure unrecognised option(s) - 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 Signed-off-by: Michael Tremer --- diff --git a/lfs/gnutls b/lfs/gnutls index 15d0362dd..c869100ba 100644 --- a/lfs/gnutls +++ b/lfs/gnutls @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # 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)