From d04082d7a72461aa8bd8a594a22cc57a29d129ce Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 19 Feb 2020 20:48:05 +0100 Subject: Add two internal symbols to libgphoto2_port This is supposed to fix OSX build issue introduced with 2afff46f5aef8d03d3be1395a1a4a01005bb6853. --- libgphoto2_port/libgphoto2_port/libgphoto2_port.ver | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libgphoto2_port/libgphoto2_port/libgphoto2_port.ver b/libgphoto2_port/libgphoto2_port/libgphoto2_port.ver index 0aaa61e6c..9c7605d53 100644 --- a/libgphoto2_port/libgphoto2_port/libgphoto2_port.ver +++ b/libgphoto2_port/libgphoto2_port/libgphoto2_port.ver @@ -83,6 +83,9 @@ LIBGPHOTO2_INTERNAL { gp_port_info_set_name; gp_port_info_set_path; gp_port_info_set_type; + + gp_port_info_get_library_filename; + gp_port_info_set_library_filename; }; #LIBGPHOTO2_6_0 { -- cgit v1.2.1