From 7546134479faca4eb72911f38091dab83bad3654 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 29 Mar 2005 00:55:43 +0000 Subject: make sure LDFLAGS gets followed when linking gdb. Fixes a problem with libintl and libiconv not being found on solaris. --- devel/gdb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 063cec1efba..50f3afcf890 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/10/03 00:13:27 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/03/29 00:55:43 dmcmahill Exp $ # DISTNAME= gdb-5.3 @@ -19,6 +19,7 @@ REPLACE_LOCALEDIR_PATTERNS+= Make-in INSTALL_TARGET= install install-info TEST_TARGET= check INFO_FILES= bfd.info gdb.info gdbint.info mmalloc.info stabs.info +CONFIGURE_ENV+= CONFIG_LDFLAGS=${LDFLAGS:Q} .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3