Skip to content
Permalink
Browse files
Issue #4: libfte fails to build on Arch Linux (x86_64) (missing -fPIC)
  • Loading branch information
kpdyer committed Apr 28, 2014
1 parent 7e9e029 commit e63b1ebd374107e3a14be0a00c289d340313d000
Showing with 1 addition and 0 deletions.
  1. +1 −0 setup.py
@@ -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',

0 comments on commit e63b1eb

Please sign in to comment.