Added -fPIC to all Atlas libraries, to try to fix builds on Linux x86_64

This was SVN commit r6944.
This commit is contained in:
Ykkrosh 2009-07-11 15:29:05 +00:00
parent 3c8c708a3f
commit dc02482665

View File

@ -625,6 +625,7 @@ function setup_atlas_package(package_name, target_type, rel_source_dirs, rel_inc
elseif OS == "linux" then
tinsert(package.buildoptions, "-rdynamic")
tinsert(package.buildoptions, "-fPIC")
tinsert(package.linkoptions, "-rdynamic")
if extra_params["no_unused_warnings"] then