mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
mysql: only use g++-uc wrapper with uClibc++
Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user