diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2006-08-30 07:07:54 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2006-08-30 07:07:54 +0000 |
commit | 536c4ad01b49261e277c5bbf3b0118d3722a11fe (patch) | |
tree | cbc1fb3af6771c8f1a7a65db731f432b698046d4 /firefox.spec | |
parent | - Remove "Pango breaks MathML" from firefox.sh.in (diff) | |
download | librewolf-fedora-ff-536c4ad01b49261e277c5bbf3b0118d3722a11fe.tar.gz librewolf-fedora-ff-536c4ad01b49261e277c5bbf3b0118d3722a11fe.tar.bz2 librewolf-fedora-ff-536c4ad01b49261e277c5bbf3b0118d3722a11fe.zip |
- Build with -rpath (#161958)
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <besfahbo@redhat.com> 1.5.0.6-9 +* Tue Aug 29 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-9 +- Build with -rpath (#161958) + +* Mon Aug 28 2006 Behdad Esfahbod <besfahbo@redhat.com> - Remove "Pango breaks MathML" from firefox.sh.in * Mon Aug 28 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-8 |