summaryrefslogtreecommitdiff
path: root/devel/gdb
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2005-03-29 00:55:43 +0000
committerdmcmahill <dmcmahill>2005-03-29 00:55:43 +0000
commit7546134479faca4eb72911f38091dab83bad3654 (patch)
tree0e604c2f856bab5e38e41613ba685d9c867a061a /devel/gdb
parent1429479f2d898a12650fcaa44b3542040c76076b (diff)
downloadpkgsrc-7546134479faca4eb72911f38091dab83bad3654.tar.gz
make sure LDFLAGS gets followed when linking gdb. Fixes a problem
with libintl and libiconv not being found on solaris.
Diffstat (limited to 'devel/gdb')
-rw-r--r--devel/gdb/Makefile3
1 files changed, 2 insertions, 1 deletions
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"