mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] xfsprogs: explicitely disable gettext and 64bit library support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25733 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -42,6 +42,10 @@ $(call Package/xfsprogs/default)
|
|||||||
TITLE:=Utility for increasing the size of XFS filesystems
|
TITLE:=Utility for increasing the size of XFS filesystems
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CONFIGURE_ARGS += \
|
||||||
|
--enable-gettext=no \
|
||||||
|
--enable-lib64=no
|
||||||
|
|
||||||
TARGET_CFLAGS += \
|
TARGET_CFLAGS += \
|
||||||
-I$(STAGING_DIR)/usr/include \
|
-I$(STAGING_DIR)/usr/include \
|
||||||
-D_LARGEFILE64_SOURCE \
|
-D_LARGEFILE64_SOURCE \
|
||||||
|
|||||||
Reference in New Issue
Block a user