summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
diff options
context:
space:
mode:
authorJohn Lyman <jlyman2@gmail.com>2013-04-25 10:28:08 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-04-25 10:28:08 +0200
commit0b42cf3fdc8ccce019bf7fbb03b33bbf9904a999 (patch)
tree0a14953b3e13814a72923a14872366c571fcac11 /runtime/Makefile.am
parent100c3f8bf209754ee0d9aaae922515f9b0eb3f7b (diff)
downloadrsyslog-0b42cf3fdc8ccce019bf7fbb03b33bbf9904a999.tar.gz
rsyslog-0b42cf3fdc8ccce019bf7fbb03b33bbf9904a999.tar.bz2
rsyslog-0b42cf3fdc8ccce019bf7fbb03b33bbf9904a999.zip
bugfix: build problems on Solaris
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=436
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index fd8dd3fd..3015c3ca 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -133,7 +133,7 @@ pkglib_LTLIBRARIES += lmnet.la lmnetstrms.la
#
lmnet_la_SOURCES = net.c net.h
lmnet_la_CPPFLAGS = $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
-lmnet_la_LDFLAGS = -module -avoid-version
+lmnet_la_LDFLAGS = -module -avoid-version ../compat/compat_la-getifaddrs.lo
lmnet_la_LIBADD =
# network stream master class and stream factory