]> git.pld-linux.org Git - packages/NetworkManager.git/blobdiff - NetworkManager-sh.patch
- updated to 1.20.4
[packages/NetworkManager.git] / NetworkManager-sh.patch
index 21f409550f64ca0d3c51f781b13da393dc03988e..42c0012ccfc252df50ade42daeb87d76cbdf9086 100644 (file)
@@ -1,11 +1,11 @@
---- NetworkManager-1.6.0/configure.ac.orig     2017-01-26 20:02:45.780051652 +0100
-+++ NetworkManager-1.6.0/configure.ac  2017-01-26 20:04:46.173383613 +0100
-@@ -1125,7 +1125,7 @@
- build_setting_docs=no
+--- NetworkManager-1.10.0/configure.ac.orig    2017-12-09 18:16:02.242310397 +0100
++++ NetworkManager-1.10.0/configure.ac 2017-12-09 18:17:47.650126844 +0100
+@@ -1260,7 +1260,7 @@
+ build_docs=no
  if test -n "$INTROSPECTION_MAKEFILE"; then
-     # If g-i is installed we know we have python, but we might not have pygobject
--    if ! "$PYTHON" -c 'from gi.repository import GObject' >& /dev/null; then
-+    if ! "$PYTHON" -c 'from gi.repository import GObject' > /dev/null 2>&1; then
-         AC_MSG_ERROR(["--enable-introspection aims to build the settings documentation. This requires GObject introspection for python (pygobject)])
-     fi
+       # If g-i is installed we know we have python, but we might not have pygobject
+-      if ! "$PYTHON" -c 'from gi.repository import GObject' >& /dev/null; then
++      if ! "$PYTHON" -c 'from gi.repository import GObject' > /dev/null 2>&1; then
+               AC_MSG_ERROR(["--enable-introspection aims to build the settings documentation. This requires GObject introspection for python (pygobject)])
+       fi
  
This page took 0.026601 seconds and 4 git commands to generate.