From: Michael Tremer Date: Wed, 14 Aug 2024 17:13:43 +0000 (+0000) Subject: netatalk: Build without embedded SSL X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=321745c05935cb2d1bfb88b995533366e96e1cca;p=people%2Fmfischer%2Fipfire-2.x.git netatalk: Build without embedded SSL This package seemed to have bunlded WolfSSL which we don't want to use. Instead we want to use OpenSSL. The bundled version of WolfSSL did not want to compile with GCC 14. Signed-off-by: Michael Tremer --- diff --git a/lfs/netatalk b/lfs/netatalk index 57f6bcaf9..35858b430 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -90,6 +90,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --sysconfdir=/etc \ --localstatedir=/var/state \ -Dwith-pam-config-path=/etc/pam.d \ + -Dwith-embedded-ssl=false \ builddir/ cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) cd $(DIR_APP) && ninja -C builddir/ install