no patching -> no need for autoreconf

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libcsplit?expand=0&rev=13
This commit is contained in:
Jan Engelhardt 2022-11-27 11:03:34 +00:00 committed by Git OBS Bridge
parent fc4e05fc47
commit 339004d7e0

View File

@ -28,8 +28,6 @@ Source: https://github.com/libyal/libcsplit/releases/download/%version/l
Source2: https://github.com/libyal/libcsplit/releases/download/%version/libcsplit-beta-%version.tar.gz.asc
Source9: %name.keyring
BuildRequires: c_compiler
BuildRequires: gettext-tools >= 0.18.1
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20220101
# Various notes: https://en.opensuse.org/libyal
@ -63,7 +61,6 @@ applications that want to make use of libcsplit.
%autosetup -p1
%build
autoreconf -fi
echo "V_%version { global: *; };" >v.sym
%configure --disable-static --enable-wide-character-type LDFLAGS="-Wl,--version-script=$PWD/v.sym"
grep ' local' config.log && exit 1