build: Pass -fPIC to the libuv build

This commit is contained in:
Brian Anderson 2011-11-30 23:17:42 -08:00
parent 98ca6d0c61
commit b2fd6121c0

View File

@ -24,8 +24,8 @@
# working under these assumptions).
# Hack for passing flags into LIBUV, see below.
LIBUV_FLAGS_i386 = -m32
LIBUV_FLAGS_x86_64 = -m64
LIBUV_FLAGS_i386 = -m32 -fPIC
LIBUV_FLAGS_x86_64 = -m64 -fPIC
define DEF_RUNTIME_TARGETS