mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
mysql: disable SSP for ppc (toolchain issue?)
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
@@ -62,6 +62,11 @@ ifneq ($(CONFIG_USE_UCLIBCXX),)
|
||||
TARGET_CXX=g++-uc
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),powerpc)
|
||||
TARGET_CFLAGS += -fno-stack-protector
|
||||
endif
|
||||
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
|
||||
Reference in New Issue
Block a user