diff -uNr hylafax-4.2.0.orig/configure hylafax-4.2.0/configure --- hylafax-4.2.0.orig/configure 2005-01-06 19:56:46.978463856 +0000 +++ hylafax-4.2.0/configure 2005-01-06 19:57:39.141533864 +0000 @@ -3313,7 +3313,7 @@ LIBUTIL='' LIBFAXSERVER='-lfaxserver' FAXD='${DEPTH}/faxd' - DSOOPTS='-shared -fpic -Wl,-soname,$@' + DSOOPTS='-shared -fPIC -Wl,-soname,$@' LLDOPTS='-L${UTIL} -L${FAXD} -lfaxutil'$USE_RPATH DSO=LINUX CheckCCDSO() diff -uNr hylafax-4.2.0.orig/faxd/Makefile.in hylafax-4.2.0/faxd/Makefile.in --- hylafax-4.2.0.orig/faxd/Makefile.in 2005-01-06 19:56:47.001460360 +0000 +++ hylafax-4.2.0/faxd/Makefile.in 2005-01-06 20:01:58.837054144 +0000 @@ -43,6 +43,8 @@ SRCDIR = ${DEPTH}/${TOPSRCDIR}/faxd VPATH = ../@SRCDIR@/faxd +OPTIMIZER += -fPIC + C++FILES=ClassModem.c++ \ FaxModem.c++ \ Class0.c++ \ diff -uNr hylafax-4.2.0.orig/regex/Makefile.in hylafax-4.2.0/regex/Makefile.in --- hylafax-4.2.0.orig/regex/Makefile.in 2005-01-06 19:56:47.099445464 +0000 +++ hylafax-4.2.0/regex/Makefile.in 2005-01-06 20:00:42.968587904 +0000 @@ -42,6 +42,8 @@ SRCDIR = ${DEPTH}/${TOPSRCDIR}/regex VPATH = ../@SRCDIR@/regex +OPTIMIZER += -fPIC + CFILES= regexec.c regcomp.c regfree.c regerror.c TARGETS=libregex.a diff -uNr hylafax-4.2.0.orig/util/Makefile.in hylafax-4.2.0/util/Makefile.in --- hylafax-4.2.0.orig/util/Makefile.in 2005-01-06 19:56:47.113443336 +0000 +++ hylafax-4.2.0/util/Makefile.in 2005-01-06 19:58:49.756798712 +0000 @@ -43,6 +43,8 @@ SRCDIR = ${DEPTH}/${TOPSRCDIR}/util VPATH = ../@SRCDIR@/util +OPTIMIZER += -fPIC + C++FILES=Array.c++ \ BoolArray.c++ \ Dictionary.c++ \