Autoreconfigure

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
Peter Lemenkov 2021-07-27 21:34:14 +02:00
parent 4c68cb8651
commit 8465630786

View File

@ -64,6 +64,7 @@ pgk-config) to develop FUSE v2 based applications/filesystems.
# ./makeconf.sh
#disable device creation during build/install
sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in
autoreconf -ivf
%build
# Can't pass --disable-static here, or else the utils don't build