Skip to content

Commit

Permalink
Issue #4: libfte fails to build on Arch Linux (x86_64) (missing -fPIC)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdyer committed Apr 28, 2014
1 parent 7e9e029 commit e63b1eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def run(self):
],
extra_compile_args=['-O3',
'-fPIE',
'-fPIC',
],
extra_link_args=['thirdparty/'+re2_dir+'/obj/libre2.a',
'-Wl,-undefined,dynamic_lookup',
Expand Down

0 comments on commit e63b1eb

Please sign in to comment.