BR: autoconf213 to see if that helps
This commit is contained in:
parent
4d8ece2e6e
commit
edd27f3af5
@ -74,6 +74,7 @@ BuildRequires: libXrender-devel
|
|||||||
BuildRequires: system-bookmarks
|
BuildRequires: system-bookmarks
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
BuildRequires: gecko-devel-unstable = %{gecko_version}
|
BuildRequires: gecko-devel-unstable = %{gecko_version}
|
||||||
|
BuildRequires: autoconf213
|
||||||
|
|
||||||
Requires: desktop-file-utils >= %{desktop_file_utils_version}
|
Requires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
Requires: gecko-libs = %{gecko_version}
|
Requires: gecko-libs = %{gecko_version}
|
||||||
@ -133,13 +134,11 @@ export PREFIX='%{_prefix}'
|
|||||||
export LIBDIR='%{_libdir}'
|
export LIBDIR='%{_libdir}'
|
||||||
|
|
||||||
MOZ_SMP_FLAGS=-j1
|
MOZ_SMP_FLAGS=-j1
|
||||||
%if 0
|
|
||||||
%ifnarch ppc ppc64 s390 s390x
|
%ifnarch ppc ppc64 s390 s390x
|
||||||
[ -z "$RPM_BUILD_NCPUS" ] && \
|
[ -z "$RPM_BUILD_NCPUS" ] && \
|
||||||
RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
|
RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
|
||||||
[ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j2
|
[ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j2
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
INTERNAL_GECKO=%{internal_version}
|
INTERNAL_GECKO=%{internal_version}
|
||||||
MOZ_APP_DIR=%{_libdir}/%{name}-${INTERNAL_GECKO}
|
MOZ_APP_DIR=%{_libdir}/%{name}-${INTERNAL_GECKO}
|
||||||
|
Loading…
Reference in New Issue
Block a user