Accepting request 84577 from Base:System
use correct %_gnu macro on arm architectures (forwarded request 84518 from adrianSuSE) OBS-URL: https://build.opensuse.org/request/show/84577 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=159
This commit is contained in:
commit
0b849a84e4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 22 15:23:10 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- use gnueabi for arm builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 6 11:16:29 UTC 2011 - vuntz@opensuse.org
|
Tue Sep 6 11:16:29 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
8
rpm.spec
8
rpm.spec
@ -206,7 +206,13 @@ make %{?_smp_mflags}
|
|||||||
popd
|
popd
|
||||||
./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
||||||
--libdir=%{_libdir} --sysconfdir=/etc --localstatedir=/var --with-lua \
|
--libdir=%{_libdir} --sysconfdir=/etc --localstatedir=/var --with-lua \
|
||||||
--with-selinux --with-internal-beecrypt --with-acl --with-cap --enable-shared %{?with_python: --enable-python}
|
--with-selinux --with-internal-beecrypt --with-acl --with-cap --enable-shared %{?with_python: --enable-python} \
|
||||||
|
%ifarch %arm armv5l armv7l
|
||||||
|
--host="%{_host_cpu}-suse-linux-gnueabi" # configure.ac detects this to set %_gnu in macros
|
||||||
|
%else
|
||||||
|
--host="%{_host_cpu}-suse-linux"
|
||||||
|
%endif
|
||||||
|
|
||||||
rm po/de.gmo
|
rm po/de.gmo
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
make convertdb1
|
make convertdb1
|
||||||
|
Loading…
Reference in New Issue
Block a user