mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01: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
|
DEPENDS+= +libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_USE_UCLIBCXX),)
|
||||||
TARGET_CXX=g++-uc
|
TARGET_CXX=g++-uc
|
||||||
|
endif
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user