projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
busybox: use bash for gen_build_files.sh to avoid printf argument list issues on...
[openwrt.git]
/
package
/
xfsprogs
/
Makefile
diff --git
a/package/xfsprogs/Makefile
b/package/xfsprogs/Makefile
index
1ba38b1
..
c2538fd
100644
(file)
--- a/
package/xfsprogs/Makefile
+++ b/
package/xfsprogs/Makefile
@@
-15,7
+15,7
@@
PKG_MD5SUM:=23568a603c913b80076abe3c23521573
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
PKG_INSTALL:=1
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
PKG_INSTALL:=1
-PKG_FIXUP
= libtool
+PKG_FIXUP
:=autoreconf
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
@@
-42,6
+42,10
@@
$(call Package/xfsprogs/default)
TITLE:=Utility for increasing the size of XFS filesystems
endef
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 \
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include \
-D_LARGEFILE64_SOURCE \
This page took
0.022476 seconds
and
4
git commands to generate.