]> git.pld-linux.org Git - packages/commoncpp2.git/commitdiff
- more regeneration, now linking ok
authortommat <tommat@pld-linux.org>
Thu, 4 Jan 2007 10:02:51 +0000 (10:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    commoncpp2.spec -> 1.10

commoncpp2.spec

index 3a5378b60757489b4e9fc6f62cd0cd8129eda607..4fe04e1dfe005aaac3f4395fd90960b2049f6e9b 100644 (file)
@@ -13,6 +13,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: doxygen
 BuildRequires: libstdc++-devel
+BuildRequires: libtool
 BuildRequires: libxml2-devel
 BuildRequires: openssl-devel
 BuildRequires: zlib-devel
@@ -69,9 +70,12 @@ Statyczna biblioteka commoncpp2.
 %patch0 -p1
 
 %build
+%{__libtoolize}
 %{__aclocal} -I m4
-%{__automake}
 %{__autoconf}
+%{__autoheader}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
 %configure \
        --with-openssl
 %{__make}
This page took 0.070544 seconds and 4 git commands to generate.