packages: libcassandra/libcassandra.spec - DO NOT CALL autorun.sh !

sparky sparky at pld-linux.org
Thu Apr 14 16:44:33 CEST 2011


Author: sparky                       Date: Thu Apr 14 14:44:33 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- DO NOT CALL autorun.sh !

---- Files affected:
packages/libcassandra:
   libcassandra.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/libcassandra/libcassandra.spec
diff -u packages/libcassandra/libcassandra.spec:1.1 packages/libcassandra/libcassandra.spec:1.2
--- packages/libcassandra/libcassandra.spec:1.1	Thu Apr 14 15:28:58 2011
+++ packages/libcassandra/libcassandra.spec	Thu Apr 14 16:44:28 2011
@@ -51,18 +51,13 @@
 %patch0 -p1
 
 %build
-./config/autorun.sh
-# if ac/am/lt/* rebuilding is necessary, do it in this order and add
-# appropriate BuildRequires
-#%{__libtoolize}
-#%{__aclocal}
-# %{__autoconf}
-#%{__autoheader}
-#%{__automake}
-# When autoconf is not called last (as is in) ./config/autorun.sh  build fails.
-# %{__autoconf}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
-	CXXFLAGS="%{rpmcxxflags} -Wno-variadic-macros -Wno-deprecated" 
+	CXXFLAGS="%{rpmcxxflags} -Wno-error"
 %{__make}
 
 %install
@@ -102,6 +97,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/04/14 14:44:28  sparky
+- DO NOT CALL autorun.sh !
+
 Revision 1.1  2011/04/14 13:28:58  matkor
 - Initial. Needs testing.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libcassandra/libcassandra.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list