$NetBSD: patch-Makefile.in,v 1.1 2015/03/16 11:56:32 jperkin Exp $ Honour LDFLAGS for bl3. --- Makefile.in.orig 2005-04-23 22:43:23.000000000 +0000 +++ Makefile.in @@ -38,7 +38,7 @@ RELEASE = @ALLOWRELEASE@ # libtool compile/link/install LTCOMPILE = $(LIBTOOL) --mode=compile $(TCC) -LTLINK = $(LIBTOOL) --mode=link $(TCC) +LTLINK = $(LIBTOOL) --mode=link $(TCC) $(LDFLAGS) LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) # Compiler options needed for programs that use the TCL library.