Accepting request 1194654 from graphics

- Fix missing backslash (forwarded request 1193249 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1194654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpng16?expand=0&rev=56
This commit is contained in:
Ana Guerrero 2024-08-20 14:12:43 +00:00 committed by Git OBS Bridge
commit e94123dbda
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 11 12:11:28 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Fix missing backslash
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 12 08:07:31 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org> Wed Jun 12 08:07:31 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -107,7 +107,7 @@ autoreconf -f
%configure \ %configure \
--enable-hardware-optimizations=yes \ --enable-hardware-optimizations=yes \
%ifarch armv6l armv6hl %ifarch armv6l armv6hl
--enable-arm-neon=no --enable-arm-neon=no \
%endif %endif
--disable-static --disable-static
%if %{asan_build} %if %{asan_build}