mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
User -fPIC
Submitted by: bento
This commit is contained in:
parent
22d0b2de76
commit
1bbabfe320
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85068
@ -2,7 +2,7 @@
|
||||
+++ Makefile Fri Nov 24 14:42:09 2000
|
||||
@@ -1 +1 @@
|
||||
-CFLAGS = -O2 -Wall
|
||||
+CFLAGS += -Wall
|
||||
+CFLAGS += -Wall -fPIC
|
||||
@@ -7,3 +7,3 @@
|
||||
-BINDIR = /usr/local/bin
|
||||
-LIBDIR = /usr/local/lib
|
||||
|
Loading…
Reference in New Issue
Block a user