]> git.pld-linux.org Git - packages/gtk-webkit3.git/blob - atomic-ops.patch
- up to 2.4.9
[packages/gtk-webkit3.git] / atomic-ops.patch
1 --- a/Source/WebKit2/GNUmakefile.am     2014-03-24 11:05:16.000000000 +0100
2 +++ b/Source/WebKit2/GNUmakefile.am     2014-04-18 16:51:18.331729235 +0200
3 @@ -227,6 +227,7 @@
4  endif
5  
6  libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD := \
7 +       -latomic \
8         -lpthread \
9         libWebCore.la \
10         libWebCorePlatform.la \
11 @@ -775,6 +775,7 @@
12         $(webkit2_plugin_process_sources)
13  
14  Programs_WebKitPluginProcess_LDADD = \
15 +       -latomic \
16         -lpthread \
17         libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
18         libWebCoreLayerGtk2.a \
This page took 0.738653 seconds and 3 git commands to generate.