Skip to content

Commit

Permalink
build: Pass -fPIC to the libuv build
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Dec 1, 2011
1 parent 98ca6d0 commit b2fd612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/rt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b2fd612

Please sign in to comment.