mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 13:57:26 +00:00
Use -fPIC instead of -fpic
This commit is contained in:
parent
3b5fa46e27
commit
35153001ed
7 changed files with 8 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ LN ?= ${CC}
|
|||
LDFLAGS = -pthread -O -fno-strict-aliasing
|
||||
# -lpthreads may be reuqired on some platforms instead of -pthreads
|
||||
# -ldl or -lld may be required for some platforms
|
||||
DCFLAGS = -fpic
|
||||
DCFLAGS = -fPIC
|
||||
DLFLAGS = -shared
|
||||
DLSUFFICS = .so
|
||||
LIBS =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue