summaryrefslogtreecommitdiff
path: root/databases/postgresql83-server/files/patch-src-makefiles-Makefile.freebsd
blob: 9b4571d5dc304b777f053361fa16fed788394d45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/makefiles/Makefile.freebsd.orig	Wed Aug 29 21:14:40 2001
+++ src/makefiles/Makefile.freebsd	Sat Jan 31 17:51:25 2004
@@ -7,7 +7,7 @@
 endif
 
 DLSUFFIX = .so
-CFLAGS_SL = -fpic -DPIC
+CFLAGS_SL = -fPIC -DPIC
 
 %.so: %.o
 ifdef ELF_SYSTEM
@@ -23,3 +23,5 @@
 endif
 
 sqlmansect = 7
+
+allow_nonpic_in_shlib = yes