projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb0d563
)
xfsprogs: disable blkid support to fix build errors
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 6 Jul 2013 14:49:04 +0000
(14:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 6 Jul 2013 14:49:04 +0000
(14:49 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37182
package/utils/xfsprogs/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/xfsprogs/Makefile
b/package/utils/xfsprogs/Makefile
index a7a865a0eb5d7c9e56fe519a53062374e17ae0ca..4c69fca0ef1a02b78f98f0b9716959cc9e969242 100644
(file)
--- a/
package/utils/xfsprogs/Makefile
+++ b/
package/utils/xfsprogs/Makefile
@@
-44,7
+44,8
@@
endef
CONFIGURE_ARGS += \
--enable-gettext=no \
- --enable-lib64=no
+ --enable-lib64=no \
+ --enable-blkid=no
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include \