]> git.pld-linux.org Git - packages/libcap-ng.git/commitdiff
rerun autotools
authorJan Palus <atler@pld-linux.org>
Wed, 22 Apr 2020 22:47:53 +0000 (00:47 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 22 Apr 2020 22:47:53 +0000 (00:47 +0200)
libcap-ng.spec

index ad0c1c737358b1a255fe6d0367faa3eeb476426e..35290c20bb12ebf57098bbd8c52e92d065aa80b8 100644 (file)
@@ -22,6 +22,7 @@ Patch0:               vserver.patch
 Patch1:                unloadable.patch
 URL:           http://people.redhat.com/sgrubb/libcap-ng/
 BuildRequires: attr-devel
+BuildRequires: autoconf >= 2.12
 BuildRequires: automake
 BuildRequires: linux-libc-headers >= 7:2.6.33.1
 %{?with_python2:BuildRequires: python-devel >= 2}
@@ -118,6 +119,9 @@ Interfejs Pythona 3 do biblioteki libcap-ng.
 %{__rm} bindings/{python,python3}/capng.py
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        %{!?with_python2:--without-python} \
        %{!?with_python3:--without-python3}
This page took 0.183894 seconds and 4 git commands to generate.