Browse Source

Revert "mysql: disable SSP for ppc (toolchain issue?)"

This reverts commit e1e671139c.

Signed-off-by: Steven Barth <steven@midlink.org>
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
103f622523
2 changed files with 1 additions and 6 deletions
  1. +1
    -1
      libs/libgcrypt/Makefile
  2. +0
    -5
      utils/mysql/Makefile

+ 1
- 1
libs/libgcrypt/Makefile View File

@ -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


+ 0
- 5
utils/mysql/Makefile View File

@ -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 += \


Loading…
Cancel
Save