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>
|
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: autoconf
|
||||||
BuildRequires: automake >= 1.11
|
BuildRequires: automake >= 1.11
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gperf
|
|
||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
@ -102,7 +101,8 @@ autoreconf -fiv
|
|||||||
%configure \
|
%configure \
|
||||||
--includedir="%_includedir/%name" \
|
--includedir="%_includedir/%name" \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules
|
--disable-silent-rules \
|
||||||
|
GPERF=/bin/true
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user