summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2013-04-05 10:50:57 -0400
committerIan Stakenvicius <axs@gentoo.org>2013-04-05 10:55:36 -0400
commit8083286957db6221d61fc0d9f851b3abf11f3681 (patch)
treebb9a452ecad6a685ad18d693f41dca6f435d06c5
parentb8c77fcd0774e0c1ecf0451c4faaa4de08359ee6 (diff)
adjust symbol versioning for libudev
Libudev has a symbol version for 199 now, so the libudev_internal version (which is used to essentially hide symbols that are not part of the external API) needs to use 199 as its baseline instead of 196 Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
-rw-r--r--src/libudev/libudev.sym2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/libudev.sym b/src/libudev/libudev.sym
index ddbcf94b6e..d0fb2d58d2 100644
--- a/src/libudev/libudev.sym
+++ b/src/libudev/libudev.sym
@@ -115,4 +115,4 @@ global:
LIBUDEV_internal {
global:
*;
-} LIBUDEV_196;
+} LIBUDEV_199;