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.veli...@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

_______________________________________________
waffle mailing list
waffle@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to