From edca28d7b859a8799c472f9c6bb034491fabeab9 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 25 Oct 2005 13:45:56 +0000 Subject: [PATCH] Add --enable-purify --- ORBit2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ORBit2.spec b/ORBit2.spec index a3b5fef..27d48f4 100644 --- a/ORBit2.spec +++ b/ORBit2.spec @@ -4,7 +4,7 @@ Summary: A high-performance CORBA Object Request Broker. Name: ORBit2 Version: 2.12.4 -Release: 2 +Release: 3 Source: %{name}-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=318032 Patch0: ORBit2-2.12.4-gmodule-no-export.patch @@ -53,7 +53,7 @@ write such programs, you'll also need to install the ORBIT package. %patch0 -p1 -b .gmodule-no-export %build -%configure --enable-gtk-doc +%configure --enable-gtk-doc --enable-purify make %install @@ -93,6 +93,9 @@ rm -rf %{buildroot} %{_datadir}/gtk-doc %changelog +* Tue Oct 25 2005 Alexander Larsson 2.12.4-3 +- Build with --enable-purify to avoid valgrind warnings + * Wed Oct 5 2005 Matthias Clasen 2.12.4-2 - Use gmodule-no-export in the .pc file