From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:59 +0000 (+0200) Subject: syslog-ng: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74ebd171c1218bbc64f9ac1b25d8d49e6f47e86;p=ipfire-3.x.git syslog-ng: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/syslog-ng/syslog-ng.nm b/pkgs/core/syslog-ng/syslog-ng.nm index 6d307b07f..f243182dd 100644 --- a/pkgs/core/syslog-ng/syslog-ng.nm +++ b/pkgs/core/syslog-ng/syslog-ng.nm @@ -34,8 +34,7 @@ PKG_URL = http://www.balabit.com/network-security/syslog-ng/ PKG_LICENSE = GPLv2+ PKG_SUMMARY = Syslog-ng is a daemon that handles the logging stuff. -PKG_BUILD_DEPS+= pkg-config which -PKG_DEPS += eventlog glib2 +PKG_BUILD_DEPS+= eventlog-devel glib2-devel pkg-config which define PKG_DESCRIPTION The syslog-ng application can operate in server or agent mode, and - \ @@ -46,9 +45,6 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -############################################################################### -# Installation Details -############################################################################### CONFIGURE_OPTIONS += \ --sbindir=/sbin \ --libexecdir=/usr/lib \