summaryrefslogtreecommitdiff
blob: adce2801d6cae77e7011fd04fc5ea7a36a8dd962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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++ \