diff options
author | Steven Barth <steven@midlink.org> | 2015-06-22 12:03:48 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-06-22 12:03:48 +0200 |
commit | 103f62252394fd1e8dbc73346e28e6537afad55a (patch) | |
tree | 36d450230444ff2cdf42226c7bc1239e9467dbac | |
parent | 4c2a42b912ebd52385fa4ccc938318f0715ca17b (diff) |
Revert "mysql: disable SSP for ppc (toolchain issue?)"
This reverts commit e1e671139ca98c39fd6dffe3e7aaf2359cce4533.
Signed-off-by: Steven Barth <steven@midlink.org>
-rw-r--r-- | libs/libgcrypt/Makefile | 2 | ||||
-rw-r--r-- | utils/mysql/Makefile | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index 8be982ec4..afa4096c2 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 a1d94bf21..f0553a9d7 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 += \ |