1
0
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:
Marcus Meissner 2020-09-09 13:58:36 +00:00 committed by Git OBS Bridge
parent 72e3c26683
commit 88e4d14ad7
2 changed files with 9 additions and 2 deletions

View File

@ -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>

View File

@ -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