[Webkit-unassigned] [Bug 181695] Possible to build both libjavascriptcoregtk and libwebkit2gtk as static libs only?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 16 12:11:55 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=181695

stefan.froberg at petroprogram.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |FIXED

--- Comment #3 from stefan.froberg at petroprogram.com ---
Okay, Thanks. 

I try to hack the source and see if I get somewhere.

Here's what I have been feeding sofar to cmake from separate build directory (Im trying to keep it simple at this point and disabling lot's of stuff for now):

CFLAGS=-Wno-expansion-to-defined CXXFLAGS=-Wno-expansion-to-defined cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON -DPORT=GTK -DUSE_LIBNOTIFY=OFF -DENABLE_SPELLCHECK=OFF -DENABLE_INTROSPECTION=OFF -DENABLE_API_TESTS=OFF -DLIB_INSTALL_DIR=/usr/lib -DUSE_LIBHYPHEN=OFF -DENABLE_MINIBROWSER=ON -DUSE_SYSTEM_MALLOC=ON -DENABLE_GEOLOCATION=OFF -DENABLE_GTKDOC=OFF -DENABLE_PLUGIN_PROCESS_GTK2=OFF -DENABLE_NETSCAPE_PLUGIN_API=OFF -DENABLE_OPENGL=OFF -DENABLE_SAMPLING_PROFILER=OFF -DENABLE_TOUCH_EVENTS=OFF -DENABLE_VIDEO=OFF -DENABLE_WEBDRIVER=OFF -DENABLE_WEB_AUDIO=OFF -DUSE_LD_GOLD=ON -DCMAKE_CXX_COMPILER_AR=/usr/bin/gcc-ar -DCMAKE_C_COMPILER_AR=/usr/bin/gcc-ar -DCMAKE_CXX_COMPILER_RANLIB=/usr/bin/gcc-ranlib -DCMAKE_C_COMPILER_RANLIB=/usr/bin/gcc-ranlib -DPAL_LIBRARY_TYPE=STATIC -DJavaScriptCore_LIBRARY_TYPE=STATIC -DWebKit_LIBRARY_TYPE=STATIC WTF_LIBRARY_TYPE=STATIC -DWebCoreTestSupport_LIBRARY_TYPE=STATIC -DWebCore_LIBRARY_TYPE=STATIC -DWebKit2_LIBRARY_TYPE=STATIC -DENABLE_WEBASSEMBLY=OFF -DUSE_THIN_ARCHIVES=OFF -Wno-dev ..

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180116/090af769/attachment.html>


More information about the webkit-unassigned mailing list