SHA256
1
0
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:
Jan Engelhardt 2017-05-21 22:31:54 +00:00 committed by Git OBS Bridge
parent 724a3fa970
commit 536c435b6b
2 changed files with 7 additions and 2 deletions

View File

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

View File

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