From: cvetan Date: Wed, 19 Aug 2009 12:27:54 +0000 (+0000) Subject: Include the debug information for easier handling of a DA crash (as suggested by... X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=ec696daf72fdca3f04187e71d492074c56ab08be Include the debug information for easier handling of a DA crash (as suggested by Sylvain) --- diff --git a/build/MakefileDA b/build/MakefileDA index 4858c3d4846..a5e353c2588 100644 --- a/build/MakefileDA +++ b/build/MakefileDA @@ -265,6 +265,9 @@ $(DASPECFILE): $(DATARGETDIR) @echo "# Do not modify following scripts" >> $@ @echo "#################################################################" >> $@ @echo "" >> $@ + @echo "%define debug_package %{nil}" >> $@ + @echo "%define __os_install_post %{nil}" >> $@ + @echo "" >> $@ @echo "# here is defined the installation root directory" >> $@ @echo "%define pkgname %{name}-%{version}" >> $@ @echo "%define destdir %{prefix}" >> $@