aboutsummaryrefslogblamecommitdiff
path: root/mail/vpopmail/files/patch-cdb-Makefile
blob: 8df83884f1b4b6b58301b10f810c76490a86dc1a (plain) (tree)
1
2
3
4
5
6
7



                                                                                     


                  








                                                              
Description: Do not unconditionally add -fPIC, this is only done for the shared libs.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2009-11-26

--- a/cdb/Makefile
+++ b/cdb/Makefile
@@ -43,7 +43,7 @@
 compile: \
 warn-auto.sh conf-cc
 	( cat warn-auto.sh; \
-	echo exec "`head -1 conf-cc`" -fPIC '-c $${1+"$$@"}' \
+	echo exec "`head -1 conf-cc`" '-c $${1+"$$@"}' \
 	) > compile
 	chmod 755 compile