mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-09 09:07:30 +08:00
mariadb: fix compilation with musl 1.2.4
This commit is contained in:
parent
6654fe655c
commit
c7e4045c10
@ -180,6 +180,10 @@ MARIADB_COMMON_DEPENDS := \
|
|||||||
# ignore them.
|
# ignore them.
|
||||||
TARGET_CFLAGS+=$(TARGET_CPPFLAGS)
|
TARGET_CFLAGS+=$(TARGET_CPPFLAGS)
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_USE_MUSL),)
|
||||||
|
TARGET_CFLAGS += -D_LARGEFILE64_SOURCE
|
||||||
|
endif
|
||||||
|
|
||||||
define Package/mariadb/disable/engine
|
define Package/mariadb/disable/engine
|
||||||
echo > $(1)/storage/$(2)/CMakeLists.txt
|
echo > $(1)/storage/$(2)/CMakeLists.txt
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user