mariadb: fix compilation with musl 1.2.4

This commit is contained in:
lxg2001 2024-01-15 18:01:06 +08:00
parent 6654fe655c
commit c7e4045c10

View File

@ -180,6 +180,10 @@ MARIADB_COMMON_DEPENDS := \
# ignore them.
TARGET_CFLAGS+=$(TARGET_CPPFLAGS)
ifneq ($(CONFIG_USE_MUSL),)
TARGET_CFLAGS += -D_LARGEFILE64_SOURCE
endif
define Package/mariadb/disable/engine
echo > $(1)/storage/$(2)/CMakeLists.txt
endef