Bump revision and fixes for pkgs requiring libssl.
This commit is contained in:
14
srcpkgs/rsyslog/patches/librsyslog_link_to_libz.diff
Normal file
14
srcpkgs/rsyslog/patches/librsyslog_link_to_libz.diff
Normal file
@@ -0,0 +1,14 @@
|
||||
librsyslog needs to be linked to libz, because parser.c uses uncompress()
|
||||
unconditionally and zlib is not linked in.
|
||||
|
||||
--- runtime/Makefile.in.orig 2010-11-02 07:17:30.000000000 +0100
|
||||
+++ runtime/Makefile.in 2010-11-02 07:17:54.000000000 +0100
|
||||
@@ -482,7 +482,7 @@ librsyslog_la_SOURCES = \
|
||||
# runtime or will no longer be needed. -- rgerhards, 2008-06-13
|
||||
@WITH_MODDIRS_TRUE@librsyslog_la_CPPFLAGS = -D_PATH_MODDIR=\"$(pkglibdir)/:$(moddirs)\" $(PTHREADS_CFLAGS)
|
||||
#librsyslog_la_LDFLAGS = -module -avoid-version
|
||||
-librsyslog_la_LIBADD = $(DL_LIBS) $(RT_LIBS)
|
||||
+librsyslog_la_LIBADD = $(ZLIB_LIBS) $(DL_LIBS) $(RT_LIBS)
|
||||
@ENABLE_REGEXP_TRUE@lmregexp_la_SOURCES = regexp.c regexp.h
|
||||
@ENABLE_REGEXP_TRUE@lmregexp_la_CPPFLAGS = $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
|
||||
@ENABLE_REGEXP_TRUE@lmregexp_la_LDFLAGS = -module -avoid-version
|
||||
@@ -5,9 +5,11 @@ long_desc="${long_desc}
|
||||
|
||||
This package contains the MySQL add-on to store log messages."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency run openssl
|
||||
Add_dependency run libssl
|
||||
Add_dependency run rsyslog
|
||||
Add_dependency run libmysqlclient
|
||||
|
||||
|
||||
Reference in New Issue
Block a user