mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
16 lines
498 B
Plaintext
16 lines
498 B
Plaintext
$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.
|