git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
44d7aa7
)
mysql: disable SSP for ppc (toolchain issue?)
author
Steven Barth
<redacted>
Fri, 19 Jun 2015 14:52:13 +0000
(16:52 +0200)
committer
Steven Barth
<redacted>
Fri, 19 Jun 2015 14:52:58 +0000
(16:52 +0200)
Signed-off-by: Steven Barth <redacted>
libs/libgcrypt/Makefile
patch
|
blob
|
history
utils/mysql/Makefile
patch
|
blob
|
history
diff --git
a/libs/libgcrypt/Makefile
b/libs/libgcrypt/Makefile
index afa4096c23c7f3b6989f34d5938bd20303106838..8be982ec48ee913f672f7dee847b47bc990b7f1f 100644
(file)
--- 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:=
patch-libtool
+PKG_FIXUP:=
autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
diff --git
a/utils/mysql/Makefile
b/utils/mysql/Makefile
index f0553a9d73eea94ed1d26dfb752bd35b54ebb22c..a1d94bf2163ea8ebaae335b751c3dd0ef58f5379 100644
(file)
--- a/
utils/mysql/Makefile
+++ b/
utils/mysql/Makefile
@@
-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 += \
git clone https://git.99rst.org/PROJECT