This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
mysql: disable SSP for ppc (toolchain issue?)
Signed-off-by: Steven Barth <steven@midlink.org>
lilik-openwrt-22.03
Steven Barth
10 years ago
parent
44d7aa7789
commit
e1e671139c
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libs/libgcrypt/Makefile
+5
-0
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
:=
patch-libtool
PKG_FIXUP
:=
autoreconf
PKG_INSTALL
:=
1
PKG_BUILD_PARALLEL
:=
1
+ 5
- 0
utils/mysql/Makefile
View File
@ -62,6 +62,11 @@ ifneq ($(CONFIG_USE_UCLIBCXX),)
TARGET_CXX
=
g++-uc
e
n
d
i
f
i
f
e
q
(
$(
ARCH
)
,
p
o
w
e
r
p
c
)
TARGET_CFLAGS
+=
-fno-stack-protector
e
n
d
i
f
TARGET_CFLAGS
+=
$(
FPIC
)
CONFIGURE_ARGS
+=
\
Write
Preview
Loading…
Cancel
Save