lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 4d51cc6 1/4: Disable use of all system librar


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4d51cc6 1/4: Disable use of all system libraries when building wxWidgets
Date: Thu, 23 Jul 2020 09:07:06 -0400 (EDT)

branch: master
commit 4d51cc6d6e8f68628ce6fb1affc8b1028938f0cf
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Disable use of all system libraries when building wxWidgets
    
    We don't want to use any system libraries, not only Expat, linpng and
    zlib ones.
---
 install_wx.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/install_wx.sh b/install_wx.sh
index bb6bad7..24bb577 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -115,6 +115,7 @@ config_options="
   --disable-ribbon
   --disable-richtext
   --disable-stc
+  --disable-sys-libs
   --disable-webview
   --enable-monolithic
   --enable-option-checking
@@ -122,9 +123,6 @@ config_options="
   --enable-stl
   --enable-vendor=$vendor
   --with-cxx=11
-  --with-expat=builtin
-  --with-libpng=builtin
-  --with-zlib=builtin
   --without-opengl
   --without-subdirs
   CPPFLAGS=-I$prefix/include



reply via email to

[Prev in Thread] Current Thread [Next in Thread]