@@ -0,0 +1,33 @@
+--- faxd/Makefile.in.orig 2009-07-02 15:03:32.000000000 +0200
++++ faxd/Makefile.in 2009-07-02 15:04:06.000000000 +0200
+@@ -42,6 +42,9 @@ SUBDIR=faxd
+
+ LIBVERSION = @VERSION@
+
++CFLAGS += -fPIC
++C++FLAGS += -fPIC
++
+ C++FILES=ClassModem.c++ \
+ FaxModem.c++ \
+ Class0.c++ \
+--- regex/Makefile.in.orig 2009-07-02 15:04:28.000000000 +0200
++++ regex/Makefile.in 2009-07-02 15:04:42.000000000 +0200
+@@ -40,6 +40,7 @@ DEPTH=..
+ SUBDIR=regex
+ @MAKEINCLUDE@ @MAKELQUOTE@${DEPTH}/defs@MAKERQUOTE@
+
++CFLAGS += -fPIC
+ CFILES= regexec.c regcomp.c regfree.c regerror.c
+ TARGETS=libregex.a
+
+--- util/Makefile.in.orig 2009-07-02 15:04:50.000000000 +0200
++++ util/Makefile.in 2009-07-02 15:05:47.000000000 +0200
+@@ -44,6 +44,8 @@ TARGETS=faxmsg faxmodem faxadduser faxco
+ faxstate faxinfo faxwatch textfmt dialtest typetest tiffcheck
+
+ LC++INCS=${ZLIBINC} # for FaxClient.c++
++CFLAGS += -fPIC
++C++FLAGS += -fPIC
+
+ default all::
+ @${MAKE} incdepend
|