From 536c4ad01b49261e277c5bbf3b0118d3722a11fe Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Wed, 30 Aug 2006 07:07:54 +0000 Subject: - Build with -rpath (#161958) --- firefox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index e315f5c..e695e5f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -166,7 +166,7 @@ export LIBDIR='%{_libdir}' %define moz_make_flags %{?_smp_mflags} %endif -MAKE="gmake %{moz_make_flags}" make -f client.mk build +LDFLAGS="-Wl,-rpath,%{ffdir}" MAKE="gmake %{moz_make_flags}" make -f client.mk build #--------------------------------------------------------------------- @@ -356,7 +356,10 @@ fi #--------------------------------------------------------------------- %changelog -* Mon Aug 28 2006 Behdad Esfahbod 1.5.0.6-9 +* Tue Aug 29 2006 Christopher Aillon 1.5.0.6-9 +- Build with -rpath (#161958) + +* Mon Aug 28 2006 Behdad Esfahbod - Remove "Pango breaks MathML" from firefox.sh.in * Mon Aug 28 2006 Christopher Aillon 1.5.0.6-8 -- cgit