File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,26 @@ PKG_EXT = tar.gz
44PKG_DIST_NAME = v$(PKG_VERS ) .$(PKG_EXT )
55PKG_DIST_SITE = https://github.com/lz4/lz4/archive
66PKG_DIST_FILE = $(PKG_NAME ) -$(PKG_VERS ) .$(PKG_EXT )
7- PKG_DIR = $(PKG_NAME ) -$(PKG_VERS ) /build/cmake
7+ PKG_DIR = $(PKG_NAME ) -$(PKG_VERS )
88
99DEPENDS =
1010
1111HOMEPAGE = https://github.com/lz4/lz4
1212COMMENT = LZ4 is lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU.
1313LICENSE = BSD
1414
15- include ../../mk/spksrc.cross-cmake.mk
15+ MESON_BASE_DIR = $(WORK_DIR ) /$(PKG_DIR ) /build/meson
16+
17+ include ../../mk/spksrc.common.mk
1618
17- include ../../mk/spksrc.archs.mk
1819ifeq ($(findstring $(ARCH ) ,$(ARMv5_ARCHS ) $(OLD_PPC_ARCHS ) ) ,$(ARCH ) )
1920ADDITIONAL_LDFLAGS += -lrt
2021endif
22+
23+ ifeq ($(GCC_DEBUG_INFO ) ,1)
24+ ifeq ($(call version_lt, $(TC_GCC ) , 5.0) ,1)
25+ ADDITIONAL_CFLAGS = -std=c99
26+ endif
27+ endif
28+
29+ include ../../mk/spksrc.cross-meson.mk
You can’t perform that action at this time.
0 commit comments