[2015-07-08 06:06:07 -0700] Dirk Hohndel:
> On Tue, Jul 07, 2015 at 08:51:52PM -1000, Gaetan Bisson wrote:
> > As I said in my reply to Jef's message, the build system "issue" I had
> > was throwing away the static library.
> 
> Ah, that explains it. We always link statically against libdivecomputer on
> all the platforms that I build binaries for.
> 
> Arch is the one platform that builds their own that tracks master.

I see.

Would you be happy to apply the attached patch to our branch?

Cheers.

-- 
Gaetan
>From 8e2c23c1191144ce9355569d3e15ea84ec5a8b89 Mon Sep 17 00:00:00 2001
From: Gaetan Bisson <[email protected]>
Date: Wed, 8 Jul 2015 07:14:50 -1000
Subject: [PATCH 1/1] Add new functions to list of exported symbols

This is required in order to build those new public functions into the
shared library.

Signed-off-by: Gaetan Bisson <[email protected]>
---
 src/libdivecomputer.symbols | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/libdivecomputer.symbols b/src/libdivecomputer.symbols
index 562099d..0cef199 100644
--- a/src/libdivecomputer.symbols
+++ b/src/libdivecomputer.symbols
@@ -82,6 +82,9 @@ dc_device_set_events
 dc_device_set_fingerprint
 dc_device_write
 
+dc_serial_init
+dc_device_custom_open
+
 cressi_edy_device_open
 cressi_leonardo_device_open
 mares_nemo_device_open
-- 
2.4.5

_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to