mysql: only use g++-uc wrapper with uClibc++
Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
parent
948257ceda
commit
64332b7cdf
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,9 @@ define Package/libmysqlclient-r
|
|||
DEPENDS+= +libpthread
|
||||
endef
|
||||
|
||||
TARGET_CXX=g++-uc
|
||||
ifneq ($(CONFIG_USE_UCLIBCXX),)
|
||||
TARGET_CXX=g++-uc
|
||||
endif
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
|
|
Loading…
Reference in a new issue