Browse Source

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

Signed-off-by: Nicolas Thill <nico@openwrt.org>
lilik-openwrt-22.03
Nicolas Thill 9 years ago
parent
commit
64332b7cdf
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      utils/mysql/Makefile

+ 3
- 1
utils/mysql/Makefile 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)


Loading…
Cancel
Save