From: Steven Barth Date: Mon, 22 Jun 2015 10:03:48 +0000 (+0200) Subject: Revert "mysql: disable SSP for ppc (toolchain issue?)" X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=103f62252394fd1e8dbc73346e28e6537afad55a;p=feed%2Fpackages.git Revert "mysql: disable SSP for ppc (toolchain issue?)" This reverts commit e1e671139ca98c39fd6dffe3e7aaf2359cce4533. Signed-off-by: Steven Barth --- diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index 8be982ec48..afa4096c23 100644 --- a/libs/libgcrypt/Makefile +++ b/libs/libgcrypt/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgcrypt PKG_MD5SUM:=a5a5060dc2f80bcac700ab0236ea47dc -PKG_FIXUP:=autoreconf +PKG_FIXUP:=patch-libtool PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 diff --git a/utils/mysql/Makefile b/utils/mysql/Makefile index a1d94bf216..f0553a9d73 100644 --- a/utils/mysql/Makefile +++ b/utils/mysql/Makefile @@ -62,11 +62,6 @@ ifneq ($(CONFIG_USE_UCLIBCXX),) TARGET_CXX=g++-uc endif -ifeq ($(ARCH),powerpc) - TARGET_CFLAGS += -fno-stack-protector -endif - - TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \