Merge pull request #3002 from rgerhards/fix-linker

fix build error e.g. on FreeBSD
This commit is contained in:
Rainer Gerhards 2018-09-07 14:07:47 +02:00 committed by GitHub
commit bcabee67f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,8 @@ rsyslogd_LDFLAGS = -export-dynamic \
else
if OS_AIX
rsyslogd_LDFLAGS = -export-dynamic -bexpall -bE:strippedsymbols.exp
else # e.g. FreeBSD
rsyslogd_LDFLAGS = -export-dynamic
endif # if OS_AIX
endif # if OS_APPLE
endif # if OS_LINUX