[network-manager-openvpn/nm-1-0] build: specify NM_VERSION_MIN_REQUIRED
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openvpn/nm-1-0] build: specify NM_VERSION_MIN_REQUIRED
- Date: Mon, 23 Mar 2015 11:56:16 +0000 (UTC)
commit 03e404701554c95285a52d947b1a5862cd0af7c5
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Mon Feb 16 17:39:25 2015 +0100
build: specify NM_VERSION_MIN_REQUIRED
Otherwise it's automatically set to a current stable version which might be >
NM_VERSION_MAX_ALLOWED.
https://bugzilla.gnome.org/show_bug.cgi?id=744239
(cherry picked from commit 2d0bfa7e299b417000d79c778b96823e72e50607)
Conflicts:
configure.ac
[thaller redhat com: for now, require version 0.9.10 as master does.
Let's bump the version as soon as we need it]
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c1dc387..73d121e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,8 @@ PKG_CHECK_MODULES(NM,
libnm-util >= 0.9.10
libnm-glib >= 0.9.10
libnm-glib-vpn >= 0.9.10)
-NM_CFLAGS="$NM_CFLAGS -DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_0_2"
+NM_CFLAGS="$NM_CFLAGS -DNM_VERSION_MIN_REQUIRED=NM_VERSION_0_9_10"
+NM_CFLAGS="$NM_CFLAGS -DNM_VERSION_MAX_ALLOWED=NM_VERSION_0_9_10"
AC_SUBST(NM_CFLAGS)
AC_SUBST(NM_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]