diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-02-24 23:02:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-02-24 23:02:38 +0000 |
commit | 9156e19ac0ab362e522567f5638f8b695822bd23 (patch) | |
tree | 3134fdc776e43dfd1d6648f67580dbd24aff21a9 /tools/mtd-utils/Makefile | |
parent | 20a64a738c20ce71786a95e2ec475063ca9e49eb (diff) | |
download | upstream-9156e19ac0ab362e522567f5638f8b695822bd23.tar.gz upstream-9156e19ac0ab362e522567f5638f8b695822bd23.tar.bz2 upstream-9156e19ac0ab362e522567f5638f8b695822bd23.zip |
mtd-utils: do not try to compile in support for ubifs ioctls and extended flags - some linux distros do not support this
SVN-Revision: 19846
Diffstat (limited to 'tools/mtd-utils/Makefile')
-rw-r--r-- | tools/mtd-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile index 45a61ab3c3..45bceaf837 100644 --- a/tools/mtd-utils/Makefile +++ b/tools/mtd-utils/Makefile @@ -21,7 +21,7 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/host-build.mk -CFLAGS := $(HOST_CFLAGS) -I$(HOST_BUILD_DIR)/include -L$(HOST_BUILD_DIR) -L$(STAGING_DIR_HOST)/lib +CFLAGS := $(HOST_CFLAGS) -I$(HOST_BUILD_DIR)/include -L$(HOST_BUILD_DIR) -L$(STAGING_DIR_HOST)/lib -DNO_NATIVE_SUPPORT ifneq ($(HOST_OS),Linux) CFLAGS += -Dloff_t=off_t -D__BYTE_ORDER=BYTE_ORDER -include getline.h -include endian.h -I$(CURDIR)/include -include fls.h endif |