summaryrefslogtreecommitdiffstats
path: root/source/n/NetworkManager/patches/version-fix-compile-error-due-to-NM_AVAILABLE_IN_1_12_2-m.patch
blob: 2783890f052e0ce51f88629bf8aa02f354082101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Thomas Haller <thaller@redhat.com>
Date: Tue, 31 Jul 2018 14:13:57 +0200
Subject: version: fix compile error due to NM_AVAILABLE_IN_1_12_2 macro

Fixes: 8d09660481e1ff8b513aa60b2c40a4982ccc57cd

https://mail.gnome.org/archives/networkmanager-list/2018-July/msg00023.html
(cherry picked from commit 0a3755c1799d3a4dc1875d4c59c7c568a64c8456)
---
 libnm-core/nm-version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libnm-core/nm-version.h b/libnm-core/nm-version.h
index ee6dbc0..c240489 100644
--- a/libnm-core/nm-version.h
+++ b/libnm-core/nm-version.h
@@ -161,7 +161,7 @@
 #endif
 
 #if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_12_2
-# define NM_AVAILABLE_IN_1_12_2          G_UNAVAILABLE(1,12,2)
+# define NM_AVAILABLE_IN_1_12_2          G_UNAVAILABLE(1,12.2)
 #else
 # define NM_AVAILABLE_IN_1_12_2
 #endif