mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #10602 from micmac1/mary-104-deps
mariadb: prevent building against uClibc
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user