Skip to content

Commit

Permalink
Add -fPIC to libunwind build.
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Mar 22, 2019
1 parent 505cbcc commit 6b619b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibUnwind/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd $WORKSPACE/srcdir/libunwind*/
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/libunwind-prefer-extbl.patch
atomic_patch -p1 ${WORKSPACE}/srcdir/patches/libunwind-static-arm.patch
./configure --prefix=$prefix --host=$target
./configure --prefix=$prefix --host=$target CFLAGS="${CFLAGS} -fPIC"
make -j${nproc}
make install
"""
Expand Down

0 comments on commit 6b619b8

Please sign in to comment.