summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libwebp/configure.ac.p
diff options
context:
space:
mode:
authorCameron Cawley <ccawley2011@gmail.com>2019-08-26 20:39:52 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-11-30 14:55:58 +0000
commit67e81f62c95e903ba7959d488079bb16e0801f74 (patch)
tree7489583b388191fd7e8d3056e2b03e6f30b28522 /sdk/recipes/patches/libwebp/configure.ac.p
parent5f1dae2067f165626cde842d5035d714840a72a5 (diff)
downloadtoolchains-67e81f62c95e903ba7959d488079bb16e0801f74.tar.gz
toolchains-67e81f62c95e903ba7959d488079bb16e0801f74.tar.bz2
Add libwebp to arm-unknown-riscos and i686-w64-mingw32 targets
Diffstat (limited to 'sdk/recipes/patches/libwebp/configure.ac.p')
-rw-r--r--sdk/recipes/patches/libwebp/configure.ac.p11
1 files changed, 11 insertions, 0 deletions
diff --git a/sdk/recipes/patches/libwebp/configure.ac.p b/sdk/recipes/patches/libwebp/configure.ac.p
new file mode 100644
index 0000000..30150d1
--- /dev/null
+++ b/sdk/recipes/patches/libwebp/configure.ac.p
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2019-07-04 20:32:37.000000000 +0100
++++ configure.ac 2019-08-26 01:10:45.539132422 +0100
+@@ -485,7 +485,7 @@
+ libpng12-config])
+ if test -n "$LIBPNG_CONFIG"; then
+ PNG_INCLUDES=`$LIBPNG_CONFIG --cflags`
+- PNG_LIBS="`$LIBPNG_CONFIG --ldflags`"
++ PNG_LIBS="`$LIBPNG_CONFIG --static --ldflags`"
+ fi
+
+ WITHLIB_OPTION([png], [PNG])