On Wed, Jul 12, 2017 at 01:16:07PM +0200, Thomas Klausner wrote: > Does anyone know how to best pass our LDFLAGS through a Makefile > generated by imake? The answer is to set LOCAL_LDFLAGS=${LDFLAGS} in the Imakefile. Thomas