From 3ef633718c6eecbd852195de9329d45632a10352 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 14 Mar 2003 19:37:30 +0000 Subject: (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles. --- shells/zsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 249a4bb25a7..abe5c3e470d 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2003/02/06 04:24:12 uebayasi Exp $ +# $NetBSD: Makefile,v 1.39 2003/03/14 19:37:55 jlam Exp $ DISTNAME= zsh-4.0.6 CATEGORIES= shells @@ -28,7 +28,7 @@ LDFLAGS+= -static .if ${OPSYS} == "SunOS" PLIST_SRC= ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST .else -LDFLAGS+= -Wl,-R${PREFIX}/lib/zsh +LDFLAGS+= -Wl,${RPATH_FLAG}${PREFIX}/lib/zsh PLIST_SRC= ${PKGDIR}/PLIST.shlibs ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST .endif .endif -- cgit v1.2.3