SHA256
1
0
forked from pool/libseccomp
Marcus Meissner 2016-03-23 16:09:10 +00:00 committed by Git OBS Bridge
parent ec7d0e8e8f
commit 277182ca6a

View File

@ -100,7 +100,7 @@ This subpackage contains debug utilities for the seccomp interface.
%patch -P 1 -p1 %patch -P 1 -p1
%build %build
perl -i -pe 's{AC_INIT\(\[libseccomp\], \[0\.0\.0\]\)}{AC_INIT([libseccomp], [2.2.90])}' configure.ac perl -i -pe 's{AC_INIT\(\[libseccomp\], \[0\.0\.0\]\)}{AC_INIT([libseccomp], [2.3.0])}' configure.ac
autoreconf -fi autoreconf -fi
%configure --includedir="%_includedir/%name" --disable-static %configure --includedir="%_includedir/%name" --disable-static
make %{?_smp_mflags}; make %{?_smp_mflags};