summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinfried <winfried_mb2@xmsnet.nl>2013-05-14 18:25:44 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-05-14 18:25:44 +0200
commit813c9c7f524976ef598864afbb729bca31557c32 (patch)
tree537cef36ec1bd07734ed5cbd5d74d458468ddb4e
parentb43d5592dd158d7ea24ae08b915deafc48c66300 (diff)
downloadrsyslog-813c9c7f524976ef598864afbb729bca31557c32.tar.gz
rsyslog-813c9c7f524976ef598864afbb729bca31557c32.tar.bz2
rsyslog-813c9c7f524976ef598864afbb729bca31557c32.zip
bugfix: problem in build system (especially when cross-compiling)
Thanks to Tomas Heinrich and winfried_mb2@xmsnet.nl for the patch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=445
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d6125021..ff2f2210 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
---------------------------------------------------------------------------
Version 7.3.15 [beta] 2013-05-0?
+- bugfix: problem in build system (especially when cross-compiling)
+ Thanks to Tomas Heinrich and winfried_mb2@xmsnet.nl for the patch.
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=445
- bugfix: imjournal had problem with systemd journal API change
- imjournal: now obtain and include PID
- bugfix: .logsig files had tlv16 indicator bit at wrong offset
diff --git a/configure.ac b/configure.ac
index 7280f3c0..0da44222 100644
--- a/configure.ac
+++ b/configure.ac
@@ -822,8 +822,8 @@ if test "x$enable_rsyslogrt" = "xyes"; then
RSRT_LIBS1="\$(top_builddir)/runtime/librsyslog.la"
fi
AM_CONDITIONAL(ENABLE_RSYSLOGRT, test x$enable_rsyslogrt = xyes)
-RSRT_CFLAGS="\$(RSRT_CFLAGS1) \$(LIBESTR_CFLAGS) \$(JSON_C_FLAGS)"
-RSRT_LIBS="\$(RSRT_LIBS1) \$(LIBESTR_LIBS) \$(JSON_C_LIBS)"
+RSRT_CFLAGS="\$(RSRT_CFLAGS1) \$(LIBEE_CFLAGS) \$(LIBESTR_CFLAGS) \$(JSON_C_FLAGS)"
+RSRT_LIBS="\$(RSRT_LIBS1) \$(LIBEE_LIBS) \$(LIBESTR_LIBS) \$(JSON_C_LIBS)"
AC_SUBST(RSRT_CFLAGS1)
AC_SUBST(RSRT_LIBS1)
AC_SUBST(RSRT_CFLAGS)