projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4e4c64
)
xfsprogs: explicitely disable gettext and 64bit library support
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 26 Feb 2011 17:40:09 +0000
(17:40 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 26 Feb 2011 17:40:09 +0000
(17:40 +0000)
SVN-Revision: 25733
package/xfsprogs/Makefile
patch
|
blob
|
history
diff --git
a/package/xfsprogs/Makefile
b/package/xfsprogs/Makefile
index 1ba38b1c3c08ab0df9c99c9db719e448895253bb..fc2b7643328010b48c809367c9daa8595b14f416 100644
(file)
--- a/
package/xfsprogs/Makefile
+++ b/
package/xfsprogs/Makefile
@@
-42,6
+42,10
@@
$(call Package/xfsprogs/default)
TITLE:=Utility for increasing the size of XFS filesystems
endef
+CONFIGURE_ARGS += \
+ --enable-gettext=no \
+ --enable-lib64=no
+
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include \
-D_LARGEFILE64_SOURCE \