pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/star Ensure RUNPATH is empty to avoid bogus ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e12b70d39db7
branches:  trunk
changeset: 639733:e12b70d39db7
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Sep 24 11:23:57 2014 +0000

description:
Ensure RUNPATH is empty to avoid bogus rpaths.

diffstat:

 archivers/star/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6f370ad28320 -r e12b70d39db7 archivers/star/Makefile
--- a/archivers/star/Makefile   Wed Sep 24 11:10:38 2014 +0000
+++ b/archivers/star/Makefile   Wed Sep 24 11:23:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/06/26 20:10:38 asau Exp $
+# $NetBSD: Makefile,v 1.31 2014/09/24 11:23:57 jperkin Exp $
 #
 
 DISTNAME=      star-1.4.3
@@ -14,6 +14,7 @@
 
 USE_TOOLS+=    gmake
 MAKE_FLAGS+=   INS_BASE=${DESTDIR}${PREFIX}
+MAKE_FLAGS+=   RUNPATH=
 MAKE_FLAGS+=   MANDIR=${PKGMANDIR}
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index