Description: Force dyncall compilation to use cflags
Author: dod
--- a/3rdparty/dyncall/configure
+++ b/3rdparty/dyncall/configure
@@ -42,9 +42,7 @@
 printf "PREFIX=${PREFIX:=/usr/local}\n" >>$C
 case ${TARGET:=`dpkg-architecture -qDEB_BUILD_ARCH_OS`} in
   Linux|linux)
-    if [ -z "${CFLAGS}" ]; then
-      printf "CFLAGS=-fPIC\n" >>$C
-    fi
+    printf "CFLAGS=-fPIC\n" >>$C
     printf "LDFLAGS=-lm -ldl\n" >>$C
     ;;
   OpenBSD|NetBSD)
