summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libwebp/configure.ac.p
blob: 30150d1546fccd6043c2806c6e75c9749c30dce0 (plain)
1
2
3
4
5
6
7
8
9
10
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])