From 5087de4556d1367fad54b3ea1cd38a770a15995c Mon Sep 17 00:00:00 2001 From: Yury Gribov Date: Fri, 27 Apr 2018 07:40:23 +0100 Subject: libnfnetlink: hide private symbols They are: recalc_rebind_subscriptions rtnl_close rtnl_dump_type rtnl_handler_register rtnl_handler_unregister rtnl_open rtnl_parse_rtattr rtnl_receive rtnl_receive_multi Signed-off-by: Yury Gribov Signed-off-by: Florian Westphal --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index f091860..3d2dd5e 100644 --- a/Make_global.am +++ b/Make_global.am @@ -5,4 +5,4 @@ LIBVERSION=2:0:2 AM_CPPFLAGS = -I$(top_srcdir)/include -AM_CFLAGS = -Wall +AM_CFLAGS = -Wall -fvisibility=hidden -D'NFNL_EXPORT=__attribute__((visibility("default")))' -- cgit v1.2.3