Comment 13 for bug 232402

Revision history for this message
Saivann Carignan (oxmosys) wrote : Re: chmsee FTBFS in Hardy

Asac : Thanks for this relevant help. However, I'm still not able to create a correct package using the standalone glue.

If I change :
DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS=" -Wl,--as-needed,-rpath,/usr/lib/xulrunner-1.9

to :
CFLAGS=pkg-config --cflags libxul-embedding-unstable

or just add :
CFLAGS=pkg-config --cflags libxul-embedding-unstable

I always end with that error :
configure: error: C compiler cannot create executables
See `config.log' for more details.

I'm pretty sure that I do something wrong, any clue?