]> git.meshlink.io Git - meshlink/commit
Remove the -fPIE and -pie compiler flags.
authorGuus Sliepen <guus@meshlink.io>
Tue, 7 Aug 2018 18:43:19 +0000 (20:43 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 7 Aug 2018 18:43:19 +0000 (20:43 +0200)
commit2610a548bbeef7a10172889f8aa41d8bfa797c71
tree529eb69001a9074a5951f9373c7715c0148343eb
parent735cfd7bae2b604d3b49051ac37951fe806cdd6f
Remove the -fPIE and -pie compiler flags.

Since we are building a library, these flags shouldn't be used. They
appear to cause problems when linking libmeshlink into another shared
library.
configure.ac