summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libwebp/configure.p
blob: 02dc8132cd437f655ff3813f3c8d393936a85696 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	2019-07-04 20:43:58.000000000 +0100
+++ configure	2019-08-26 01:11:13.365038420 +0100
@@ -14312,7 +14312,7 @@
 
   if test -n "$LIBPNG_CONFIG"; then
     PNG_INCLUDES=`$LIBPNG_CONFIG --cflags`
-    PNG_LIBS="`$LIBPNG_CONFIG --ldflags`"
+    PNG_LIBS="`$LIBPNG_CONFIG --static --ldflags`"
   fi