Fix build errors regarding autoconf/automake/etc version-up
authorHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 3 Mar 2022 07:02:16 +0000 (16:02 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 21 Mar 2023 15:39:41 +0000 (16:39 +0100)
Change-Id: Ic50e0a0cdd94d809be252fb6bba0b267c62aed5b
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
packaging/fuse.spec

index 6da60ba..233a44f 100644 (file)
@@ -12,6 +12,7 @@ Url:            http://fuse.sourceforge.net
 Requires:       util-linux >= 2.18
 Requires:       which
 BuildRequires:  pkgconfig
+BuildRequires:  gettext
 Supplements:    filesystem(fuse)
 
 %description
@@ -96,6 +97,7 @@ cp %{SOURCE1001} .
 %build
 export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing"
 export MOUNT_FUSE_PATH=%{_sbindir}
+autoreconf -fi
 %configure --with-pic \
     --with-pkgconfigdir=%{_libdir}/pkgconfig \
     --enable-lib \