pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libtool-base Don't set LD to ${BUILDLINK_DIR}/bi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b5cc8bd070f
branches: trunk
changeset: 467900:3b5cc8bd070f
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Feb 08 02:08:21 2004 +0000
description:
Don't set LD to ${BUILDLINK_DIR}/bin/ld in the libtool script.
diffstat:
devel/libtool-base/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r aefdcf3f5783 -r 3b5cc8bd070f devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile Sun Feb 08 01:01:23 2004 +0000
+++ b/devel/libtool-base/Makefile Sun Feb 08 02:08:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/02/05 21:30:00 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2004/02/08 02:08:21 jlam Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
@@ -33,6 +33,11 @@
CONFIGURE_ARGS= --enable-ltdl-install
.endif
+# libtool persists in trying to find the path to ld, which always ends
+# up in ${BUILDLINK_DIR}. Prevent it from caring.
+#
+CONFIGURE_ENV+= lt_cv_path_LD=${LD:Q}
+
.if !empty(MACHINE_PLATFORM:MDarwin-*-*)
. include "../../devel/dlcompat/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index