]> git.pld-linux.org Git - packages/rsyslog.git/commitdiff
- link with -lestr DEVEL
authorlisu <lisu@pld-linux.org>
Wed, 27 Apr 2011 09:36:45 +0000 (09:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsyslog-link.patch -> 1.1.2.1

rsyslog-link.patch [new file with mode: 0644]

diff --git a/rsyslog-link.patch b/rsyslog-link.patch
new file mode 100644 (file)
index 0000000..487a8ea
--- /dev/null
@@ -0,0 +1,11 @@
+--- rsyslog-6.1.7/configure.ac~        2011-04-15 14:52:04.000000000 +0200
++++ rsyslog-6.1.7/configure.ac 2011-04-27 11:32:37.726666712 +0200
+@@ -36,7 +36,7 @@
+ PKG_PROG_PKG_CONFIG
+ # modules we require
+-PKG_CHECK_MODULES(LIBESTR, libestr >= 0.1.0)
++PKG_CHECK_MODULES(LIBESTR, libestr >= 0.1.0, LIBS="$LIBS -lestr")
+ PKG_CHECK_MODULES(LIBEE, libee >= 0.3.1)
+ case "${host}" in
This page took 0.115108 seconds and 4 git commands to generate.