pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

LDFLAGS (and CFLAGS) through imake-generated Makefile?



Hi!

net/wmpload doesn't build with relro because the LDFLAGS are not
passed through. It uses imake.

I tried setting a couple variables in MAKE_FLAGS with
-DEXTRA_LDOPTIONS=${LDFLAGS:Q} or similarly, but this didn't work.

Does anyone know how to best pass our LDFLAGS through a Makefile
generated by imake?

I think the CFLAGS also are not passed through, so extra points for a
solution for that :)
 Thomas


Home | Main Index | Thread Index | Old Index