forked from jengelh/libseccomp
Accepting request 833241 from home:dimstar:Factory
- Do not rely on gperf: pass GPERF=/bin/true to configure and remove gperf BuildRequires. The syscalls.perf file it would generate is part of the tarball already. OBS-URL: https://build.opensuse.org/request/show/833241 OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=80
This commit is contained in:
parent
72e3c26683
commit
88e4d14ad7
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 13:49:55 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Do not rely on gperf: pass GPERF=/bin/true to configure and
|
||||
remove gperf BuildRequires. The syscalls.perf file it would
|
||||
generate is part of the tarball already.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 15:00:01 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -32,7 +32,6 @@ Patch: testsuite-riscv64-missing-syscalls.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake >= 1.11
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gperf
|
||||
BuildRequires: libtool >= 2
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
@ -102,7 +101,8 @@ autoreconf -fiv
|
||||
%configure \
|
||||
--includedir="%_includedir/%name" \
|
||||
--disable-static \
|
||||
--disable-silent-rules
|
||||
--disable-silent-rules \
|
||||
GPERF=/bin/true
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user