]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
netatalk: Build without embedded SSL
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Aug 2024 17:13:43 +0000 (17:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Aug 2024 16:53:48 +0000 (16:53 +0000)
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 <michael.tremer@ipfire.org>
lfs/netatalk

index 57f6bcaf91902ed77950d8113f40e6d60d957d4d..35858b430a274e46885b3fe63eae2b01a460705c 100644 (file)
@@ -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