1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Build static library with -fpic. This should solve the 'RRS text reloation' warnings that xfsql and msqlperl were having.

Suggested-by: John Polstra <jdp@polstra.com>, asami@freebsd.org
This commit is contained in:
James FitzGibbon 1996-10-17 02:45:02 +00:00
parent 80e36c8e43
commit 2632661b2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4014
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- src/conf/site.mm.in.orig Wed Oct 16 22:22:29 1996
+++ src/conf/site.mm.in Wed Oct 16 22:22:36 1996
@@ -28,7 +28,7 @@
# CC Only flags
# These flags are not passed to makedepend. Example use is -pic
-CC_ONLY=
+CC_ONLY= -fpic
# Directory for pid file
PID_DIR= @PID_DIR@

View File

@ -0,0 +1,11 @@
--- src/conf/site.mm.in.orig Wed Oct 16 22:22:29 1996
+++ src/conf/site.mm.in Wed Oct 16 22:22:36 1996
@@ -28,7 +28,7 @@
# CC Only flags
# These flags are not passed to makedepend. Example use is -pic
-CC_ONLY=
+CC_ONLY= -fpic
# Directory for pid file
PID_DIR= @PID_DIR@