pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/kermit Fix for a problem shown up by bulk builds...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a27b69ceb14
branches: trunk
changeset: 463533:5a27b69ceb14
user: agc <agc%pkgsrc.org@localhost>
date: Sun Nov 16 12:21:33 2003 +0000
description:
Fix for a problem shown up by bulk builds - we need the {RPATH_FLAG} as
well as the -L flag when linking.
diffstat:
comms/kermit/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2cde05945424 -r 5a27b69ceb14 comms/kermit/Makefile
--- a/comms/kermit/Makefile Sun Nov 16 12:16:17 2003 +0000
+++ b/comms/kermit/Makefile Sun Nov 16 12:21:33 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2003/11/12 03:39:39 jschauma Exp $
+# $NetBSD: Makefile,v 1.49 2003/11/16 12:21:33 agc Exp $
# $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp
#
@@ -28,7 +28,7 @@
# Set to empty
SSLINC= -I${WRKDIR}/.buildlink/include
-SSLLIB= -L${WRKDIR}/.buildlink/lib
+SSLLIB= -L${WRKDIR}/.buildlink/lib -Wl,${RPATH_FLAG}${WRKDIR}/.buildlink/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wermit ${PREFIX}/bin/kermit
Home |
Main Index |
Thread Index |
Old Index