[arch-commits] Commit in chromium/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Oct 23 12:55:32 UTC 2016


    Date: Sunday, October 23, 2016 @ 12:55:31
  Author: foutrelis
Revision: 279171

Fix build with system libjpeg

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-23 12:18:05 UTC (rev 279170)
+++ PKGBUILD	2016-10-23 12:55:31 UTC (rev 279171)
@@ -9,7 +9,7 @@
 declare -rgA _system_libs=(
   [flac]=flac
   [harfbuzz-ng]=harfbuzz-icu
-  #[libjpeg]=libjpeg   # Error during build
+  [libjpeg]=libjpeg
   [libpng]=libpng
   [libvpx]=libvpx
   [libwebp]=libwebp
@@ -92,7 +92,7 @@
   # *should* do what the remove_bundled_libraries.py script does, with the
   # added benefit of not having to list all the remaining libraries
   local _lib
-  for _lib in ${!_system_libs[@]}; do
+  for _lib in ${!_system_libs[@]} ${_system_libs[libjpeg]+libjpeg_turbo}; do
     find -type f -path "*third_party/$_lib/*" \
       \! -path "*third_party/$_lib/chromium/*" \
       \! -path "*third_party/$_lib/google/*" \



More information about the arch-commits mailing list