- do not use NEON instructions [bsc#1211176]
OBS-URL: https://build.opensuse.org/package/show/graphics/libpng16?expand=0&rev=136
This commit is contained in:
parent
7f2791a459
commit
e7ad2c9d7b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 15 07:30:04 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
- do not use NEON instructions [bsc#1211176]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 07:09:39 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -106,7 +106,11 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||
export CFLAGS="$CFLAGS -Og"
|
||||
%endif
|
||||
%configure \
|
||||
--disable-static --enable-hardware-optimizations=yes
|
||||
--enable-hardware-optimizations=yes \
|
||||
%ifarch armv6l armv6hl
|
||||
--enable-arm-neon=no
|
||||
%endif
|
||||
--disable-static
|
||||
%if %{asan_build}
|
||||
sed -i -e 's/^\(CFLAGS.*\)$/\1 -fsanitize=address/' \
|
||||
-e 's/\(^LIBS =.*\)/\1 -lasan/' Makefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user