From 39689e0382f45071be90d9b352a2e40523edbfa1 Mon Sep 17 00:00:00 2001 From: enami Date: Wed, 14 Nov 2001 23:03:38 +0000 Subject: Pass LIBRUNPATH via CONFIGURE_ENV also since this is refered from configure script in addtion to makefile fragments. It looks like this is now necessary to embedd rpath into some shared object after recent bsd.pkg.mk change. --- www/mozilla/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 0ab2b76c211..f9cb5e0f3ad 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2001/10/26 15:27:56 taya Exp $ +# $NetBSD: Makefile,v 1.76 2001/11/14 23:03:38 enami Exp $ MOZ_VER= 0.9.5 NB_VER= nb1 @@ -40,6 +40,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-i386 NetBSD-1.4Z[A-Z]-i386 \ MOZ_LIBDIR= ${PREFIX}/lib/mozilla MAKE_ENV+= LIBRUNPATH=${MOZ_LIBDIR} +CONFIGURE_ENV+= LIBRUNPATH=${MOZ_LIBDIR} LDFLAGS+= -Wl,-R${MOZ_LIBDIR} PLIST_SRC= ${PKGDIR}/PLIST-${OBJECT_FMT} -- cgit v1.2.3