Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 19 Apr 2017 09:09:41 +0200
Description: Linking with other projects requires -fPIC which
 is sneaked in by this patch.
Forwarded: No (orphaned upstream)

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -14,7 +14,7 @@
 ## your compiler and compiler flags
 #
 CC       = @CC@
-CFLAGS   = @CFLAGS@
+CFLAGS   = @CFLAGS@ -fPIC
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS  = @LDFLAGS@
 DEFS     = @DEFS@
