On Tue, Jul 08, 2008 at 08:00:03PM +0200, Michal Suchanek wrote:
> The package I tried to build is broken: it sets CFLAGS:=-O2 which does
> not allow building mplayer at all. The line should read CFLAGS:= to
> remove the dpkg-buildpackage default flags and restore the mplayer
> default flags.

that is not what I do in my packaging

in debian/rules I prepend 
   env -u CFLAGS -u CPPFLAGS -u LDFLAGS -u FFLAGS -u CXXFLAGS
to calls to 'make' and 'configure'

so all upstream defaults may be used 

(but, do not forget that now there is --enable-debug in the 
configure call)

a.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to