Author: gotar Date: Wed Feb 23 23:28:52 2011 GMT Module: packages Tag: HEAD ---- Log message: - fixed x86_64 build by disabling most autocrap (autoconf/libtoolize pair adds /usr/lib/libstdc++.so to libtool), rel. 3
---- Files affected: packages/OGLFT: OGLFT.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/OGLFT/OGLFT.spec diff -u packages/OGLFT/OGLFT.spec:1.2 packages/OGLFT/OGLFT.spec:1.3 --- packages/OGLFT/OGLFT.spec:1.2 Wed Feb 23 23:38:38 2011 +++ packages/OGLFT/OGLFT.spec Thu Feb 24 00:28:47 2011 @@ -2,7 +2,7 @@ Summary: OpenGL-FreeType Library Name: OGLFT Version: 0.9 -Release: 2 +Release: 3 License: LGPL Group: Libraries Source0: http://downloads.sourceforge.net/oglft/oglft-%{version}.tar.gz @@ -46,10 +46,13 @@ CPPFLAGS=-I/usr/include/qt export QTDIR CPPFLAGS %{__aclocal} -%{__autoconf} +# autoconf requires libtoolize, otherwise causes endless libtool loop +#%%{__autoconf} %{__autoheader} -%{__automake} -%{__libtoolize} +# automake requires aclocal and autoconf +#%%{__automake} +# libtoolize requires autoconf, otherwise ../libtool[400]: CDPATH: not found +#%%{__libtoolize} %configure %{__make} @@ -86,6 +89,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2011/02/23 23:28:47 gotar +- fixed x86_64 build by disabling most autocrap (autoconf/libtoolize pair + adds /usr/lib/libstdc++.so to libtool), rel. 3 + Revision 1.2 2011/02/23 22:38:38 gotar - include Qt support, remove .la, rel. 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/OGLFT/OGLFT.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
