xfsprogs: explicitely disable gettext and 64bit library support
SVN-Revision: 25733
This commit is contained in:
parent
b4e4c64fd4
commit
673cf73cee
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue