mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 03:12:38 +08:00
Merge pull request #759 from lxg2001/master
mariadb: fix compilation with musl 1.2.4
This commit is contained in:
commit
00f9b3be0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user