forked from pool/libseccomp
- Unconditionally rerun autoreconf because of patches
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=54
This commit is contained in:
parent
724a3fa970
commit
536c435b6b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 21 22:31:41 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Unconditionally rerun autoreconf because of patches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 21 18:07:04 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
@ -96,13 +96,13 @@ This subpackage contains debug utilities for the seccomp interface.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
if [ ! -f configure ]; then
|
||||
perl -i -pe 's{\QAC_INIT([libseccomp], [0.0.0])\E}{AC_INIT([libseccomp], [%version])}' configure.ac
|
||||
autoreconf -fiv
|
||||
fi
|
||||
autoreconf -fiv
|
||||
%configure \
|
||||
--includedir="%_includedir/%name" \
|
||||
--disable-static \
|
||||
|
Loading…
Reference in New Issue
Block a user