Hi,

Since the dc_context_set_custom_serial is now being used in subsurface,
libdc must export it for dynamically-linked builds to work. See the
attached patch.

Cheers.

-- 
Gaetan
>From a9b95afbead3fd975adc71ff5a3a1c2d43d0d5d7 Mon Sep 17 00:00:00 2001
From: Gaetan Bisson <bis...@archlinux.org>
Date: Sat, 17 Sep 2016 18:02:05 -1000
Subject: [PATCH] export new symbol, needed by subsurface

Signed-off-by: Gaetan Bisson <bis...@archlinux.org>
---
 src/libdivecomputer.symbols | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libdivecomputer.symbols b/src/libdivecomputer.symbols
index 347db27..da34c2a 100644
--- a/src/libdivecomputer.symbols
+++ b/src/libdivecomputer.symbols
@@ -21,6 +21,7 @@ dc_context_new
 dc_context_free
 dc_context_set_loglevel
 dc_context_set_logfunc
+dc_context_set_custom_serial
 
 dc_iterator_next
 dc_iterator_free
-- 
2.9.3

_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to