projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix compile error on squashfs-lzma patch
[openwrt.git]
/
target
/
linux
/
package
/
fuse
/
Makefile
diff --git
a/target/linux/package/fuse/Makefile
b/target/linux/package/fuse/Makefile
index
8b997d6
..
950a9d2
100644
(file)
--- a/
target/linux/package/fuse/Makefile
+++ b/
target/linux/package/fuse/Makefile
@@
-1,6
+1,7
@@
# $Id$
include $(TOPDIR)/rules.mk
# $Id$
include $(TOPDIR)/rules.mk
+include ../../rules.mk
PKG_NAME:=fuse
PKG_VERSION:=2.2.1
PKG_NAME:=fuse
PKG_VERSION:=2.2.1
@@
-31,7
+32,6
@@
$(PKG_BUILD_DIR)/.configured:
touch include/config.h.in ; \
touch configure ; \
$(TARGET_CONFIGURE_OPTS) \
touch include/config.h.in ; \
touch configure ; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@
-55,8
+55,8
@@
$(PKG_BUILD_DIR)/.configured:
--enable-shared \
--enable-static \
--enable-kernel-module \
--enable-shared \
--enable-static \
--enable-kernel-module \
- --
en
able-lib \
- --
en
able-util \
+ --
dis
able-lib \
+ --
dis
able-util \
--disable-example \
--disable-auto-modprobe \
--with-kernel=$(KERNEL_DIR) \
--disable-example \
--disable-auto-modprobe \
--with-kernel=$(KERNEL_DIR) \
@@
-66,6
+66,7
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
$(PKG_BUILD_DIR)/.built:
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
+ ARCH="$(LINUX_KARCH)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
SUBDIRS="kernel" \
all install
DESTDIR="$(PKG_INSTALL_DIR)" \
SUBDIRS="kernel" \
all install
This page took
0.023692 seconds
and
4
git commands to generate.