summaryrefslogtreecommitdiff
blob: 51e26a94285eac8e9e3668117ad33037081efd80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- lib/Makefile.in	2004-03-30 13:11:28.544776470 +0000
+++ lib/Makefile.in	2004-03-30 13:11:39.242146165 +0000
@@ -114,7 +114,7 @@
 	done
 
 .c.o:
-	$(CC) -c $(CPPFLAGS) $(DEFS) -I$(srcdir) -I. $(CFLAGS) \
+	$(CC) -fPIC -c $(CPPFLAGS) $(DEFS) -I$(srcdir) -I. $(CFLAGS) \
 	$<
 
 libcyrus.a: $(LIBCYR_OBJS)
--- perl/sieve/lib/Makefile.in	2004-03-30 13:14:38.087172803 +0000
+++ perl/sieve/lib/Makefile.in	2004-03-30 13:14:47.295908694 +0000
@@ -72,7 +72,7 @@
 install:
 
 .c.o:
-	$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
+	$(CC) -fPIC -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
 
 libisieve.a: $(OBJS)
 	rm -f libisieve.a