mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
fuse: cleanup configure args
This commit is contained in:
parent
69770a9a2e
commit
3d5feef931
@ -25,9 +25,10 @@ $(LIBFUSE_DIR)/.configured: $(LIBFUSE_DIR)/.source
|
|||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
--build=$(GNU_HOST_NAME) \
|
--build=$(GNU_HOST_NAME) \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--program-prefix="" \
|
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-example \
|
--disable-example \
|
||||||
--disable-kernel-module \
|
--disable-kernel-module \
|
||||||
@ -49,7 +50,7 @@ $(LIBFUSE_DIR)/.compiled: $(LIBFUSE_DIR)/.configured
|
|||||||
|
|
||||||
|
|
||||||
$(STAGING_DIR)/usr/lib/libfuse.so: $(LIBFUSE_DIR)/.compiled
|
$(STAGING_DIR)/usr/lib/libfuse.so: $(LIBFUSE_DIR)/.compiled
|
||||||
$(MAKE) prefix=/usr -C $(LIBFUSE_DIR) DESTDIR=$(STAGING_DIR)/ install
|
$(MAKE) -C $(LIBFUSE_DIR) DESTDIR=$(STAGING_DIR)/ install
|
||||||
touch -c $@
|
touch -c $@
|
||||||
|
|
||||||
$(TARGET_DIR)/usr/lib/libfuse.so: $(STAGING_DIR)/usr/lib/libfuse.so
|
$(TARGET_DIR)/usr/lib/libfuse.so: $(STAGING_DIR)/usr/lib/libfuse.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user