On Fri, May 02, 2014 at 01:58:16AM +0100, Gianfranco LocutusOfBorg Costamagna wrote: > I already added you export line at the bottom (please see my commit on github)
https://github.com/LocutusOfBorg/wx/commit/15e8f7d106298109e58a2a3c8bf8add0b3001aa7 One problem is that: +export DEB_LDFLAGS_APPEND=-Wl,--as-needed dpkg-buildflags --get LDFLAGS should be: +export DEB_LDFLAGS_APPEND=-Wl,--as-needed But it seems the real issue is actually that the export doesn't happen before the $(shell dpkg-buildflags --export=configure) gets expanded. A simple fix is to just specify it there directly: $(shell DEB_LDFLAGS_APPEND=-Wl,--as-needed dpkg-buildflags --export=configure) Cheers, Olly -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org