Merge pull request #10602 from micmac1/mary-104-deps
mariadb: prevent building against uClibc
This commit is contained in:
commit
994e7b86e2
1 changed files with 6 additions and 8 deletions
|
@ -173,13 +173,11 @@ include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
MARIADB_COMMON_DEPENDS := \
|
MARIADB_COMMON_DEPENDS := \
|
||||||
$(ICONV_DEPENDS) \
|
$(ICONV_DEPENDS) \
|
||||||
+libopenssl \
|
|
||||||
+zlib
|
|
||||||
|
|
||||||
MARIADB_COMMON_DEPENDS_EXE := \
|
|
||||||
$(MARIADB_COMMON_DEPENDS) \
|
|
||||||
+libatomic \
|
+libatomic \
|
||||||
+libstdcpp
|
+libopenssl \
|
||||||
|
+libstdcpp \
|
||||||
|
+zlib \
|
||||||
|
@!USE_UCLIBC
|
||||||
|
|
||||||
# Pass CPPFLAGS in the CFLAGS as otherwise the build system will
|
# Pass CPPFLAGS in the CFLAGS as otherwise the build system will
|
||||||
# ignore them.
|
# ignore them.
|
||||||
|
@ -235,7 +233,7 @@ define Package/mariadb-client-base
|
||||||
$(call Package/mariadb/Default)
|
$(call Package/mariadb/Default)
|
||||||
TITLE:=MariaDB database client base
|
TITLE:=MariaDB database client base
|
||||||
DEPENDS:=mariadb-common \
|
DEPENDS:=mariadb-common \
|
||||||
$(MARIADB_COMMON_DEPENDS_EXE) \
|
$(MARIADB_COMMON_DEPENDS) \
|
||||||
+libedit
|
+libedit
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -286,7 +284,7 @@ endef
|
||||||
define Package/mariadb-server-base
|
define Package/mariadb-server-base
|
||||||
$(call Package/mariadb/Default)
|
$(call Package/mariadb/Default)
|
||||||
DEPENDS:=mariadb-common \
|
DEPENDS:=mariadb-common \
|
||||||
$(MARIADB_COMMON_DEPENDS_EXE) \
|
$(MARIADB_COMMON_DEPENDS) \
|
||||||
+libaio \
|
+libaio \
|
||||||
+liblzma \
|
+liblzma \
|
||||||
+libpcre \
|
+libpcre \
|
||||||
|
|
Loading…
Reference in a new issue