csn1: add -export-symbols-regex '^osmo_' to LDFLAGS

Expose only those symbols which contain perfis 'osmo_'.

Change-Id: I9d084e9a2660ab14801f9ce418748b7580e9e131
This commit is contained in:
Vadim Yanitskiy 2022-08-04 06:54:40 +07:00
parent d833ff4574
commit eb2ab031d4
1 changed files with 1 additions and 1 deletions

View File

@ -23,8 +23,8 @@ libosmo_csn1_la_SOURCES = \
csn1_dec.c \
$(NULL)
# TODO: -export-symbols-regex '^osmo_'
libosmo_csn1_la_LDFLAGS = \
-export-symbols-regex '^osmo_' \
-version-info $(LIBVERSION) \
-no-undefined \
$(NULL)