Re: override LDFLAGS with debhelper 7

2010-02-27 Thread Jakub Wilk
* Simon Richter , 2010-02-27, 17:12: However, there's some packages using another method: override_dh_auto_configure: dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed" NOTE: this method doesn't work ! That depends on the autoconf version. Earlier versions require an environment v

Re: override LDFLAGS with debhelper 7

2010-02-27 Thread Simon Richter
Hi, On Sat, Feb 27, 2010 at 04:55:27PM +0100, Fathi Boudra wrote: > However, there's some packages using another method: > override_dh_auto_configure: > dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed" > NOTE: this method doesn't work ! That depends on the autoconf version. Earlier

override LDFLAGS with debhelper 7

2010-02-27 Thread Fathi Boudra
Hi, It seems the best (only?) way to override LDFLAGS with debhelper 7 is a LDFLAGS export at the top of debian/rules file. However, there's some packages using another method: override_dh_auto_configure: dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed" NOTE: this