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:
4c2a42b
)
Revert "mysql: disable SSP for ppc (toolchain issue?)"
author
Steven Barth
<redacted>
Mon, 22 Jun 2015 10:03:48 +0000
(12:03 +0200)
committer
Steven Barth
<redacted>
Mon, 22 Jun 2015 10:03:48 +0000
(12:03 +0200)
This reverts commit
e1e671139ca98c39fd6dffe3e7aaf2359cce4533
.
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 8be982ec48ee913f672f7dee847b47bc990b7f1f..afa4096c23c7f3b6989f34d5938bd20303106838 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:=
autoreconf
+PKG_FIXUP:=
patch-libtool
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
diff --git
a/utils/mysql/Makefile
b/utils/mysql/Makefile
index a1d94bf2163ea8ebaae335b751c3dd0ef58f5379..f0553a9d73eea94ed1d26dfb752bd35b54ebb22c 100644
(file)
--- 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 += \
git clone https://git.99rst.org/PROJECT