- Make sure that the prefix is properly set.
This commit is contained in:
parent
b00f4945e6
commit
84ea30d82c
@ -1,5 +1,6 @@
|
|||||||
. $topsrcdir/browser/config/mozconfig
|
. $topsrcdir/browser/config/mozconfig
|
||||||
|
|
||||||
|
ac_add_options --prefix="$PREFIX"
|
||||||
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
|
||||||
|
@ -151,6 +151,7 @@ removed in favor of xulrunner-devel.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
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}'
|
||||||
|
|
||||||
%ifarch ppc ppc64 s390 s390x
|
%ifarch ppc ppc64 s390 s390x
|
||||||
%define moz_make_flags -j1
|
%define moz_make_flags -j1
|
||||||
|
Loading…
Reference in New Issue
Block a user