pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q1]: pkgsrc/devel/gdb Pullup ticket 399 - requested by Dan...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a135a3932122
branches: pkgsrc-2005Q1
changeset: 490884:a135a3932122
user: salo <salo%pkgsrc.org@localhost>
date: Wed Mar 30 06:27:35 2005 +0000
description:
Pullup ticket 399 - requested by Dan McMahill
portability fix for gdb
Revisions pulled up:
- pkgsrc/devel/gdb/Makefile 1.19
Module Name: pkgsrc
Committed By: dmcmahill
Date: Tue Mar 29 00:55:43 UTC 2005
Modified Files:
pkgsrc/devel/gdb: Makefile
Log Message:
make sure LDFLAGS gets followed when linking gdb. Fixes a problem
with libintl and libiconv not being found on solaris.
diffstat:
devel/gdb/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7f2fd9d572e7 -r a135a3932122 devel/gdb/Makefile
--- a/devel/gdb/Makefile Wed Mar 30 04:20:44 2005 +0000
+++ b/devel/gdb/Makefile Wed Mar 30 06:27:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/10/03 00:13:27 tv Exp $
+# $NetBSD: Makefile,v 1.18.4.1 2005/03/30 06:27:35 salo Exp $
#
DISTNAME= gdb-5.3
@@ -19,6 +19,7 @@
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"
Home |
Main Index |
Thread Index |
Old Index