]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
avahi: Disable custom stack protector configuration
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Oct 2020 08:04:38 +0000 (08:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 7 Oct 2020 08:04:38 +0000 (08:04 +0000)
We already pass -fstack-protector-strong, which might be overridden
by -fstack-protector-all. We also know that SSP works in our version
of libc and do not need to link against libssp.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/avahi

index 6807a080dad73a06f04414d7e6454af48f01c240..2ed13dd4440217aadff28723a4166701ca04782b 100644 (file)
--- a/lfs/avahi
+++ b/lfs/avahi
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET = $(DIR_INFO)/$(THISAPP)
 PROG       = avahi
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       = dbus libdaemon
 
@@ -82,6 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --sysconfdir=/etc \
                --localstatedir=/var \
                --with-avahi-user=avahi \
+               --disable-stack-protector \
                --disable-qt3 \
                --disable-qt4 \
                --disable-qt5 \