From: Vasilis Tsiligiannis Date: Mon, 7 Feb 2011 21:44:47 +0000 (+0000) Subject: syslog-ng3: Add missing libpthread and zlib dependencies X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ea209533c9c522d548b321131f4feb7c26b0e841;p=openwrt%2Fsvn-archive%2Fpackages.git syslog-ng3: Add missing libpthread and zlib dependencies SVN-Revision: 25408 --- diff --git a/admin/syslog-ng3/Makefile b/admin/syslog-ng3/Makefile index 8ff8185e6..3372377e5 100644 --- a/admin/syslog-ng3/Makefile +++ b/admin/syslog-ng3/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syslog-ng PKG_VERSION:=3.0.5 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/$(PKG_VERSION)/source/ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/syslog-ng3 SECTION:=admin CATEGORY:=Administration - DEPENDS:=+libpcre +glib2 +libeventlog +libopenssl +libwrap + DEPENDS:=+libpcre +glib2 +libeventlog +libopenssl +libwrap +libpthread +zlib TITLE:=A powerful syslog daemon URL:=http://www.balabit.com/network-security/syslog-ng/opensource-logging-system/ endef