SHA256
1
0
forked from pool/libseccomp
Jan Engelhardt 2017-05-21 20:26:28 +00:00 committed by Git OBS Bridge
parent 68c5133d44
commit 724a3fa970

View File

@ -100,8 +100,8 @@ This subpackage contains debug utilities for the seccomp interface.
%build
if [ ! -f configure ]; then
perl -i -pe 's{AC_INIT\(\[libseccomp\], \[0\.0\.0\]\)}{AC_INIT([libseccomp], [%{version}])}' configure.ac
autoreconf -fvi
perl -i -pe 's{\QAC_INIT([libseccomp], [0.0.0])\E}{AC_INIT([libseccomp], [%version])}' configure.ac
autoreconf -fiv
fi
%configure \
--includedir="%_includedir/%name" \