Skip to content
Snippets Groups Projects
Commit f31e8ad8 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

public-libs: simplified visibility handling.

parent 8dffba57
No related branches found
No related tags found
2 merge requests!330Knsupdate pubkey processing fix,!300Libknot: prefixes + visibility
......@@ -350,8 +350,8 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <sched.h>]], [[cpuset_t* set = cpuset
# Use -fvisibility=hidden when linking.
# Let's leave it default now and use -export-symbols-regex in LDFLAGS
#gl_VISIBILITY()
#CFLAGS="$CFLAGS $CFLAG_VISIBILITY"
gl_VISIBILITY()
CFLAGS="$CFLAGS $CFLAG_VISIBILITY"
# Add code coverage macro
AX_CODE_COVERAGE
......
......@@ -139,8 +139,7 @@ libknotus_la_SOURCES = \
# dynamic: libknot
libknot_la_LDFLAGS = \
$(AM_LDFLAGS) \
-version-info 0:1:0 \
-export-symbols-regex '^(knot|KNOT|rrset|tsig|zone|mm)_'
-version-info 0:1:0
libknot_la_SOURCES = \
libknot/binary.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment