[waffle] [PATCH 10/33] cmake: build with fPIC when possible

Brian Paul brianp at vmware.com
Mon Jul 7 09:57:51 PDT 2014


On 07/07/2014 11:28 AM, Emil Velikov wrote:
> Some of our third_party libraries may be build without it thus we'll fail at
> link tim.

time.


>
> 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)
>



More information about the waffle mailing list