mysql: only use g++-uc wrapper with uClibc++

Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
Nicolas Thill 2015-04-03 07:44:23 +02:00
parent 948257ceda
commit 64332b7cdf
1 changed files with 3 additions and 1 deletions

View File

@ -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)