From bb9b6edde438cb68bf48498eb1d39e24aa13ffaf Mon Sep 17 00:00:00 2001 From: Tomas Heinrich Date: Sun, 9 Feb 2014 20:53:52 +0100 Subject: [PATCH] Link to libhiredis explicitly --- rsyslog.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rsyslog.spec b/rsyslog.spec index 54ffa03..43aaec7 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -269,7 +269,7 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %if %{want_hiredis} # the hiredis-devel package doesn't provide a pkg-config file export HIREDIS_CFLAGS=-I/usr/include/hiredis -export HIREDIS_LIBS=-L%{_libdir} +export HIREDIS_LIBS="-L%{_libdir} -lhiredis" %endif %configure \ --prefix=/usr \ @@ -494,6 +494,7 @@ done linking the main binary with libee - replace rsyslog-7.3.15-imuxsock-warning.patch with rsyslog-7.4.8-imuxsock-wrn.patch +- link to libhiredis explicitly * Sun Feb 09 2014 Lubomir Rintel 7.4.7-3 - Fixed 32-bit PowerPC build