summaryrefslogtreecommitdiff
path: root/databases/postgresql82-server/files/patch-src-makefiles-Makefile.freebsd
blob: 89aaa9a2c0cc54075ad4b52a240a8f11bf381f2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/makefiles/Makefile.freebsd.orig	Fri Nov 19 01:41:39 2004
+++ src/makefiles/Makefile.freebsd	Tue Dec 21 02:44:09 2004
@@ -11,7 +11,7 @@
 ifeq ($(findstring sparc,$(host_cpu)), sparc)
 CFLAGS_SL = -fPIC -DPIC
 else
-CFLAGS_SL = -fpic -DPIC
+CFLAGS_SL = -fPIC -DPIC
 endif
 
 
@@ -29,3 +29,5 @@
 endif
 
 sqlmansect = 7
+
+allow_nonpic_in_shlib = yes