mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user