From d0c7ef5ec2f519d2b8262efa8eb81f9e3fab9593 Mon Sep 17 00:00:00 2001 From: Joost van der Sluis Date: Oct 17 2007 15:00:18 +0000 Subject: - Strip the debuginfo from grab_vcsa and ppudump, since debugedit chokes on it - Only strip debugdata on x86_64 --- diff --git a/fpc.spec b/fpc.spec index 1c75dbb..9bc3de9 100644 --- a/fpc.spec +++ b/fpc.spec @@ -108,10 +108,14 @@ make packages_extra%{smart} FPC=${NEWPP} OPT=%{fpcopt} make ide_all FPC=${NEWPP} OPT=%{fpcopt} make utils_all FPC=${NEWPP} DATA2INC=${DATA2INC} OPT=%{fpcopt} +%ifarch x86_64 # Debugedit crashes on this file, if it has debug-info. # As a temporary solution, strip the debug-info. %__strip utils/h2pas/h2pas +%__strip utils/grab_vcsa +%__strip compiler/utils/ppudump %__strip packages/fcl-net/mkxmlrpc +%endif cd .. make -C fpcdocs pdf FPC=${NEWPP} FPDOC=${NEWFPDOC} @@ -189,6 +193,10 @@ rm -rf %{buildroot} %changelog * Mon Oct 16 2007 Joost van der Sluis 2.2.0-9 +- Strip the debuginfo from grab_vcsa and ppudump, since debugedit chokes on it +- Only strip debugdata on x86_64 + +* Mon Oct 16 2007 Joost van der Sluis 2.2.0-9 - Strip the debuginfo from mkxmlrpc, since debugedit chokes on it * Mon Oct 16 2007 Joost van der Sluis 2.2.0-8