https://bugs.webkit.org/show_bug.cgi?id=144393
Reviewed by Martin Robinson.
The updated mesa requires the shared LLVM libraries.
To build mesa with LLVM in FTL build, this patch added `--enable-shared` option
to LLVM configure script. It will provide shared libraries in addition to static libraries.
* gtk/jhbuild-optional.modules:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@183585
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-04-29 Yusuke Suzuki <utatane.tea@gmail.com>
+
+ [GTK] Add --enable-shared option to LLVM to build mesa
+ https://bugs.webkit.org/show_bug.cgi?id=144393
+
+ Reviewed by Martin Robinson.
+
+ The updated mesa requires the shared LLVM libraries.
+ To build mesa with LLVM in FTL build, this patch added `--enable-shared` option
+ to LLVM configure script. It will provide shared libraries in addition to static libraries.
+
+ * gtk/jhbuild-optional.modules:
+
2015-04-29 Martin Robinson <mrobinson@igalia.com>
[GTK] Add support for automatic hyphenation
</autotools>
<autotools id="llvm"
- autogenargs="--enable-optimized --disable-terminfo --disable-zlib --enable-targets=host --disable-backtraces --disable-crash-overrides --disable-expensive-checks --disable-debug-runtime --disable-assertions">
+ autogenargs="--enable-optimized --disable-terminfo --disable-zlib --enable-targets=host --disable-backtraces --disable-crash-overrides --disable-expensive-checks --disable-debug-runtime --disable-assertions --enable-shared">
<branch repo="llvm.org"
module="/releases/3.5.0/llvm-3.5.0.src.tar.xz" version="3.5.0" checkoutdir="llvm-3.5.0"
hash="sha256:28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03">