Commit 81021c22 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

fuse: re-add missing --program-prefix

--program-prefix got errorously removed in the recent cleanup work.
parent 04a4d946
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ $(LIBFUSE_DIR)/.configured: $(LIBFUSE_DIR)/.source
		--build=$(GNU_HOST_NAME) \
		--prefix=/usr \
		--sysconfdir=/etc \
		--program-prefix="" \
		--enable-shared \
		--enable-static \
		--disable-nls \