]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
rpm: Turn on debugging
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 23 Oct 2011 23:07:33 +0000 (19:07 -0400)
committerDerrick Brashear <shadow@dementix.org>
Wed, 26 Oct 2011 22:53:43 +0000 (15:53 -0700)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 1de23d1fe5d64c8f5e8f24579c0926fabdaace92)

Change-Id: I9384b9632efb5e7a9054b49c6b6f2f4cfc9c9376
Reviewed-on: http://gerrit.openafs.org/5715
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/packaging/RedHat/openafs.spec.in

index c9414d5c954d977db3e4cdc0ec431a113f5f0275..28f421124a12d2157ae3f0e2f57627cca58d59b0 100644 (file)
@@ -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} \