diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 16:36:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 16:36:47 +0000 |
commit | d8595423b0a86c2fbf419f7447ebb59b3ed2420f (patch) | |
tree | 17f12a0857024bae27e83081a686e5cb73f9cf1f /tools/ext2fs | |
parent | d0de82ba87d155866dd494b0689d9e0de8b266ab (diff) | |
download | master-187ad058-d8595423b0a86c2fbf419f7447ebb59b3ed2420f.tar.gz master-187ad058-d8595423b0a86c2fbf419f7447ebb59b3ed2420f.tar.bz2 master-187ad058-d8595423b0a86c2fbf419f7447ebb59b3ed2420f.zip |
fix gene2fs build on freebsd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5019 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/ext2fs')
-rw-r--r-- | tools/ext2fs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/ext2fs/Makefile b/tools/ext2fs/Makefile index dd60a7eb9a..f10adbb6c3 100644 --- a/tools/ext2fs/Makefile +++ b/tools/ext2fs/Makefile @@ -42,7 +42,9 @@ define Build/Configure endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) all + $(MAKE) -C $(PKG_BUILD_DIR) \ + CFLAGS="-O2 -I $(STAGING_DIR)/include-host -include getline.h" \ + all endef define Build/Install |