lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master c3f1913 1/2: Elaborate commentary


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c3f1913 1/2: Elaborate commentary
Date: Sat, 10 Oct 2020 17:44:58 -0400 (EDT)

branch: master
commit c3f1913832a75b091784b7a6ef9ef111f8766720
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Elaborate commentary
---
 install_wxpdfdoc.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/install_wxpdfdoc.sh b/install_wxpdfdoc.sh
index 9befa92..694ec22 100755
--- a/install_wxpdfdoc.sh
+++ b/install_wxpdfdoc.sh
@@ -65,7 +65,12 @@ config_options="
   --disable-dependency-tracking
 "
 
-# Provide the host and the build type only when cross-compiling.
+# Provide the host and the build type only when cross-compiling,
+# because specifying host for native builds, e.g.:
+#   wx-config --host=$(/usr/share/libtool/build-aux/config.guess)
+# fails. See:
+#   https://lists.nongnu.org/archive/html/lmi/2020-10/msg00039.html
+#   https://trac.wxwidgets.org/ticket/12698
 if [ "$LMI_TRIPLET" != "$build_type" ]
 then
     config_options="



reply via email to

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