[Freewx-maint] Bug#738849: Please enable webview support for wx3.0

Olly Betts olly at survex.com
Fri May 2 01:37:16 UTC 2014


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



More information about the Freewx-maint mailing list