Skip to content

Commit 6719fd5

Browse files
committed
tools/nut-scanner/Makefile.am: restore wording of -export-symbols-regex for libnutscan [networkupstools#2800]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 07772d2 commit 6719fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/nut-scanner/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ libnutscan_la_LDFLAGS += -version-info 4:0:0
143143
# copies of "nut_debug_level" making fun of our debug-logging attempts.
144144
# One solution to tackle if needed for those cases would be to make some
145145
# dynamic/shared libnutcommon (etc.)
146-
libnutscan_la_LDFLAGS += -export-symbols-regex '^(nutscan_|nut_debug_level|s_upsdebug|fatalx|fatal_with_errno|xcalloc|xbasename|snprintfcat|snprintf_dynamic|max_threads|curr_threads|upsdebugx_report_search_paths|nut_prepare_search_paths|nut_report_config_flags|print_banner_once|suggest_doc_links)'
146+
libnutscan_la_LDFLAGS += -export-symbols-regex '^(nutscan_|nut_debug_level|s_upsdebug|fatalx|fatal_with_errno|xcalloc|xbasename|snprintfcat|snprintf_dynamic|max_threads|curr_threads|nut_report_config_flags|upsdebugx_report_search_paths|nut_prepare_search_paths|print_banner_once|suggest_doc_links)'
147147
libnutscan_la_CFLAGS = \
148148
-I$(top_builddir)/clients -I$(top_srcdir)/clients \
149149
-I$(top_builddir)/include -I$(top_srcdir)/include \

0 commit comments

Comments
 (0)