forked from pool/pulseaudio
Accepting request 173395 from home:dirkmueller:branches:multimedia:libs
- explicitely disable building NEON for armv5/6 OBS-URL: https://build.opensuse.org/request/show/173395 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=116
This commit is contained in:
parent
f3f633b411
commit
211ef14e09
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 25 14:52:14 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- explicitely disable building NEON for armv5/6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 10:17:34 CET 2013 - tiwai@suse.de
|
Fri Mar 8 10:17:34 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -273,6 +273,9 @@ autoreconf -fiv
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--enable-systemd \
|
--enable-systemd \
|
||||||
|
%ifarch armv5tel armv6hl
|
||||||
|
--disable-neon-opt \
|
||||||
|
%endif
|
||||||
--with-system-user=pulse \
|
--with-system-user=pulse \
|
||||||
--with-system-group=pulse \
|
--with-system-group=pulse \
|
||||||
--with-access-group=pulse-access \
|
--with-access-group=pulse-access \
|
||||||
|
Loading…
Reference in New Issue
Block a user