forked from jengelh/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
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if [ ! -f configure ]; then
|
if [ ! -f configure ]; then
|
||||||
perl -i -pe 's{\QAC_INIT([libseccomp], [0.0.0])\E}{AC_INIT([libseccomp], [%version])}' configure.ac
|
perl -i -pe 's{\QAC_INIT([libseccomp], [0.0.0])\E}{AC_INIT([libseccomp], [%version])}' configure.ac
|
||||||
autoreconf -fiv
|
|
||||||
fi
|
fi
|
||||||
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--includedir="%_includedir/%name" \
|
--includedir="%_includedir/%name" \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
Loading…
Reference in New Issue
Block a user