From: Simon Wilkinson Date: Sun, 23 Oct 2011 23:07:33 +0000 (-0400) Subject: rpm: Turn on debugging X-Git-Tag: upstream/1.6.1.pre1^2~170 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5391ef073266a3110692792933e206574136d583;p=packages%2Fo%2Fopenafs.git rpm: Turn on debugging Now that we build with a blank CFLAGS line, we need to make sure and actually turn on debugging in the build system, so that our debuginfo files are vaguely useful Reviewed-on: http://gerrit.openafs.org/5662 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit 1de23d1fe5d64c8f5e8f24579c0926fabdaace92) Change-Id: I9384b9632efb5e7a9054b49c6b6f2f4cfc9c9376 Reviewed-on: http://gerrit.openafs.org/5715 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/packaging/RedHat/openafs.spec.in b/src/packaging/RedHat/openafs.spec.in index c9414d5c9..28f421124 100644 --- a/src/packaging/RedHat/openafs.spec.in +++ b/src/packaging/RedHat/openafs.spec.in @@ -839,6 +839,7 @@ export KRB5_CONFIG --bindir=%{_bindir} \ --sbindir=%{_sbindir} \ --disable-strip-binaries \ + --enable-debug \ --with-linux-kernel-packaging \ %if %{build_modules} --with-linux-kernel-headers=${ksrc} \