[waffle] [PATCH 10/33] cmake: build with fPIC when possible
Emil Velikov
emil.l.velikov at gmail.com
Mon Jul 7 10:28:17 PDT 2014
Some of our third_party libraries may be build without it thus we'll fail at
link tim.
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
cmake/Modules/WaffleDefineCompilerFlags.cmake | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cmake/Modules/WaffleDefineCompilerFlags.cmake b/cmake/Modules/WaffleDefineCompilerFlags.cmake
index 4d149c8..96a7a10 100644
--- a/cmake/Modules/WaffleDefineCompilerFlags.cmake
+++ b/cmake/Modules/WaffleDefineCompilerFlags.cmake
@@ -50,6 +50,8 @@ if(waffle_on_linux)
waffle_add_c_flag("-Werror=missing-prototypes" WERROR_MISSING_PROTOTYPES)
endif()
+waffle_add_c_flag("-fPIC" WITH_FPIC)
+
waffle_check_thread_local_storage()
if(waffle_has_tls)
--
2.0.0
More information about the waffle
mailing list