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

Change-Id: I17c0f1d7b7f3ec07eb880e4db46e316a5753edd3
This commit is contained in:
Vadim Yanitskiy 2022-08-04 21:34:13 +07:00
parent 2b4c0972b8
commit 00498acb16
1 changed files with 1 additions and 1 deletions

View File

@ -25,8 +25,8 @@ libosmo_gprs_rlcmac_la_SOURCES = \
gprs_rlcmac.c \
$(NULL)
# TODO: -export-symbols-regex '^osmo_'
libosmo_gprs_rlcmac_la_LDFLAGS = \
-export-symbols-regex '^osmo_' \
-version-info $(LIBVERSION) \
-no-undefined \
$(NULL)