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: only use g++-uc wrapper with uClibc++
Signed-off-by: Nicolas Thill <nico@openwrt.org>
lilik-openwrt-22.03
Nicolas Thill
10 years ago
parent
948257ceda
commit
64332b7cdf
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
utils/mysql/Makefile
+ 3
- 1
utils/mysql/Makefile
View File
@ -58,7 +58,9 @@ define Package/libmysqlclient-r
DEPENDS
+=
+libpthread
e
n
d
e
f
TARGET_CXX
=
g++-uc
i
f
n
e
q
(
$(
CONFIG_USE_UCLIBCXX
)
,
)
TARGET_CXX
=
g++-uc
e
n
d
i
f
TARGET_CFLAGS
+=
$(
FPIC
)
Write
Preview
Loading…
Cancel
Save