Logoj0ke.net Open Build Service > Projects > internetx:desktop > GeoIP > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed GeoIP.spec
x
 
1
@@ -19,6 +19,7 @@
2
 #
3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
4
 BuildRequires:  zlib-devel
5
+BuildRequires: autoconf automake libtool
6
 #
7
 Url:            http://www.maxmind.com/
8
 Source:        http://www.maxmind.com/download/geoip/api/c/%{name}-%{version}.tar.bz2
9
@@ -96,6 +97,7 @@
10
 %setup
11
 
12
 %build
13
+autoreconf -fi
14
 %configure --disable-static --with-pic
15
 %{__make} %{?jobs:-j%jobs}
16
 
17