Explorar el Código

mysql: disable SSP for ppc (toolchain issue?)

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth hace 9 años
padre
commit
e1e671139c
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 1
    1
      libs/libgcrypt/Makefile
  2. 5
    0
      utils/mysql/Makefile

+ 1
- 1
libs/libgcrypt/Makefile Ver fichero

@@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgcrypt
16 16
 PKG_MD5SUM:=a5a5060dc2f80bcac700ab0236ea47dc
17 17
 
18
-PKG_FIXUP:=patch-libtool
18
+PKG_FIXUP:=autoreconf
19 19
 PKG_INSTALL:=1
20 20
 PKG_BUILD_PARALLEL:=1
21 21
 

+ 5
- 0
utils/mysql/Makefile Ver fichero

@@ -62,6 +62,11 @@ ifneq ($(CONFIG_USE_UCLIBCXX),)
62 62
   TARGET_CXX=g++-uc
63 63
 endif
64 64
 
65
+ifeq ($(ARCH),powerpc)
66
+  TARGET_CFLAGS += -fno-stack-protector
67
+endif
68
+
69
+
65 70
 TARGET_CFLAGS += $(FPIC)
66 71
 
67 72
 CONFIGURE_ARGS += \