Your message dated Wed, 30 Nov 2011 12:12:36 +0100
with message-id <[email protected]>
and subject line Re: bash: Please use dpkg-buildflags for DEB_BUILD_OPTIONS
support
has caused the Debian Bug report #596260,
regarding bash: Please use dpkg-buildflags for DEB_BUILD_OPTIONS support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
596260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596260
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash
Version: 4.1-3
Severity: wishlist
Tags: patch
In Debian main mechanism for providing building flags when building
packages is by using /etc/dpkg/buildflags.conf.
This file is readed by dpkg-buildpackage, and nacassary
environment variables are created before debian/rules
is executed.
bash's debian/rules, unconditionally overwrites all flags.
Single change to debian/rules fixes this:
-CFLAGS = -O2 -g -Wall
+CFLAGS ?= -O2 -g -Wall
Thanks.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages bash depends on:
ii base-files 5.9 Debian base system miscellaneous f
ii dash 0.5.5.1-7 POSIX-compliant shell
ii debianutils 3.4 Miscellaneous utilities specific t
ii libc6 2.11.2-5 Embedded GNU C Library: Shared lib
ii libncurses5 5.7+20100313-2 shared libraries for terminal hand
Versions of packages bash recommends:
ii bash-completion 1:1.2-2 programmable completion for the ba
Versions of packages bash suggests:
pn bash-doc <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 4.2-1
--- End Message ---