I believe this is not fixed at least the package is not up to date. Steps to reproduce:
apt-get source -t unstable wodim cd cdrkit-1.1.0 grep -r CMAKEFLAGS * it should return debian/rules <...> CFLAGS = -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CMAKEFLAGS += -O2 endif <...> Please verify that you don't have any local modification Thanks Mathieu On 12/9/06, Debian Bug Tracking System <[EMAIL PROTECTED]> wrote:
This is an automatic notification regarding your Bug report #402190: wodim: No such thing as CMAKEFLAGS, which was filed against the wodim package. It has been closed by Eduard Bloch <[EMAIL PROTECTED]>. Their explanation is attached below. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Eduard Bloch <[EMAIL PROTECTED]> by replying to this email. Debian bug tracking system administrator (administrator, Debian Bugs database) ---------- Forwarded message ---------- From: Eduard Bloch <[EMAIL PROTECTED]> To: Mathieu Malaterre <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Sat, 9 Dec 2006 16:46:32 +0100 Subject: Re: Bug#402190: wodim: No such thing as CMAKEFLAGS Version: 1.1.0 This problem is already fixed in unstable. #include <hallo.h> * Mathieu Malaterre [Fri, Dec 08 2006, 03:00:23PM]: > Package: wodim > Version: 5:1.0-1 > Severity: normal > > > There seems to be a typo in debian/rules. There is no such thing as > CMAKEFLAGS, my guess is that the author meant the usual CFLAGS env > variable. > > Ref: > +CFLAGS = -g > +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) > +CFLAGS += -O0 > +else > +CMAKEFLAGS += -O2 > +endif -- <HE> Das schöne am einlochen mit zobel und mira ist, dass ich am schnellsten wieder daheim bin.
-- Mathieu