From 6889b712a9594e27ca9c39985b47f07f02e76fd1 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sep 09 2009 04:25:20 +0000 Subject: - Enable debuginfo (Jerry James, bz#521283) --- diff --git a/llvm.spec b/llvm.spec index 52065ec..0688d2f 100644 --- a/llvm.spec +++ b/llvm.spec @@ -3,14 +3,9 @@ # --with doxygen # The doxygen docs are HUGE, so they are not built by default. -# LLVM object files don't contain build IDs. I don't know why yet. -# Suppress their generation for now. - -%define debug_package %{nil} - Name: llvm Version: 2.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: The Low Level Virtual Machine Group: Development/Languages @@ -156,6 +151,7 @@ cd obj chmod -x examples/Makefile make install DESTDIR=%{buildroot} \ + KEEP_SYMBOLS=1 \ PROJ_docsdir=/moredocs # Move documentation back to build directory @@ -251,6 +247,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 9 2009 Michel Salim - 2.5-8 +- Enable debuginfo (Jerry James, bz#521283) + * Tue Sep 8 2009 Michel Salim - 2.5-7 - Backport destdir patch from 2.6