mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
avahi: Disable custom stack protector configuration
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>
This commit is contained in:
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = avahi
|
PROG = avahi
|
||||||
PAK_VER = 6
|
PAK_VER = 7
|
||||||
|
|
||||||
DEPS = dbus libdaemon
|
DEPS = dbus libdaemon
|
||||||
|
|
||||||
@@ -82,6 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--with-avahi-user=avahi \
|
--with-avahi-user=avahi \
|
||||||
|
--disable-stack-protector \
|
||||||
--disable-qt3 \
|
--disable-qt3 \
|
||||||
--disable-qt4 \
|
--disable-qt4 \
|
||||||
--disable-qt5 \
|
--disable-qt5 \
|
||||||
|
|||||||
Reference in New Issue
Block a user