Author: pluto Date: Thu Jul 20 15:14:00 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix serialization crash - allow static libs to be a shared linkable.
---- Files affected: SPECS: boost.spec (1.60 -> 1.61) ---- Diffs: ================================================================ Index: SPECS/boost.spec diff -u SPECS/boost.spec:1.60 SPECS/boost.spec:1.61 --- SPECS/boost.spec:1.60 Wed Mar 1 00:37:25 2006 +++ SPECS/boost.spec Thu Jul 20 17:13:55 2006 @@ -8,12 +8,13 @@ Summary(pl): Biblioteki C++ "Boost" Name: boost Version: 1.33.1 -Release: 0.2 +Release: 0.3 License: Boost Software License and others Group: Libraries Source0: http://dl.sourceforge.net/boost/%{name}_%{_fver}.tar.bz2 # Source0-md5: 2b999b2fb7798e1737d1fff8fac602ef Patch0: %{name}-python.patch +Patch1: %{name}-archive_iterator_segv.patch URL: http://www.boost.org/ BuildRequires: boost-jam >= 3.1.3 BuildRequires: libstdc++-devel @@ -645,6 +646,7 @@ %prep %setup -q -n %{name}_%{_fver} %patch0 -p1 +%patch1 -p1 # don't know how to pass it through (b)jam -s (no way?) # due to oversophisticated build flags system @@ -667,7 +669,7 @@ %endif bjam \ -d2 \ - -sBUILD="release <threading>multi" \ + -sBUILD="release <threading>multi <shared-linkable>true" \ -sPYTHON_ROOT=$PYTHON_ROOT \ -sPYTHON_VERSION=$PYTHON_VERSION @@ -1115,6 +1117,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.61 2006/07/20 15:13:55 pluto +- fix serialization crash +- allow static libs to be a shared linkable. + Revision 1.60 2006/02/28 23:37:25 glen - adapterized (killed trailing spaces/tabs) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/boost.spec?r1=1.60&r2=1.61&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
