12010-08-25 Lucas De Marchi <lucas.demarchi@profusion.mobi>
2
3 Reviewed by NOBODY (OOPS!).
4
5 [EFL] Add linker script to export less symbols
6 https://bugs.webkit.org/show_bug.cgi?id=44609
7
8 Filter the exported symbols by using a linker script. Only symbols
9 starting with "ewk_" are exported.
10
11 * cmake/OptionsEfl.cmake: Pass linker option to use a version script
12 when linking webkit.
13 * cmake/eflsymbols.filter: Added. Export only symbols starting with
14 "ewk_" (C linkage).
15