SHA256
3
0
forked from pool/rpm

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:
Sascha Peilicke 2011-09-26 08:19:47 +00:00 committed by Git OBS Bridge
commit 0b849a84e4
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -206,7 +206,13 @@ make %{?_smp_mflags}
popd
./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
--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
make %{?_smp_mflags}
make convertdb1