Commit 1714826f by Vicent Marti

Force PIC on the Makefile

Added -fPIC (position-independent code) to the EXTRA_CFLAGS var in the
Makefile. Required in x64 when building the shared library.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
parent 1544bc31
...@@ -30,7 +30,7 @@ OS = unix ...@@ -30,7 +30,7 @@ OS = unix
EXTRA_SRC = EXTRA_SRC =
EXTRA_OBJ = EXTRA_OBJ =
EXTRA_CFLAGS = EXTRA_CFLAGS = -fPIC
AR_OUT= AR_OUT=
CC_OUT=-o # add a space CC_OUT=-o # add a space
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment