* 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
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
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
3 matches
Mail list logo