pass --libdir to configure
This commit is contained in:
parent
460c75605b
commit
1f9141928e
@ -1,2 +1,3 @@
|
|||||||
firefox-1.5.0.5-source.tar.bz2
|
firefox-1.5.0.5-source.tar.bz2
|
||||||
firefox-langpacks-1.5.0.5-20060726.tar.bz2
|
firefox-langpacks-1.5.0.5-20060726.tar.bz2
|
||||||
|
firefox-mozconfig
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
. $topsrcdir/browser/config/mozconfig
|
. $topsrcdir/browser/config/mozconfig
|
||||||
|
|
||||||
ac_add_options --prefix="$PREFIX"
|
ac_add_options --prefix="$PREFIX"
|
||||||
|
ac_add_options --libdir="$LIBDIR"
|
||||||
ac_add_options --with-system-nspr
|
ac_add_options --with-system-nspr
|
||||||
ac_add_options --with-system-nss
|
ac_add_options --with-system-nss
|
||||||
ac_add_options --with-system-jpeg
|
ac_add_options --with-system-jpeg
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
Summary: Mozilla Firefox Web browser.
|
Summary: Mozilla Firefox Web browser.
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 1.5.0.5
|
Version: 1.5.0.5
|
||||||
Release: 7
|
Release: 8
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPL/LGPL
|
License: MPL/LGPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -156,6 +156,7 @@ removed in favor of xulrunner-devel.
|
|||||||
|
|
||||||
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | %{__sed} s/-O2/-Os/`
|
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | %{__sed} s/-O2/-Os/`
|
||||||
export PREFIX='%{_prefix}'
|
export PREFIX='%{_prefix}'
|
||||||
|
export LIBDIR='%{_libdir}'
|
||||||
|
|
||||||
%ifarch ppc ppc64 s390 s390x
|
%ifarch ppc ppc64 s390 s390x
|
||||||
%define moz_make_flags -j1
|
%define moz_make_flags -j1
|
||||||
@ -353,6 +354,9 @@ fi
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 30 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.0.5-8
|
||||||
|
- Pass --libdir to configure
|
||||||
|
|
||||||
* Fri Jul 28 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-7
|
* Fri Jul 28 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-7
|
||||||
- Dereference links in %%install so the files get put in the
|
- Dereference links in %%install so the files get put in the
|
||||||
right place.
|
right place.
|
||||||
|
Loading…
Reference in New Issue
Block a user