From: Stefan Schantl Date: Thu, 6 Jan 2011 15:20:41 +0000 (+0100) Subject: logrotate: Activate support for selinux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a13f44205f6dad31a651f40d2e2571a9b8e459a;p=ipfire-3.x.git logrotate: Activate support for selinux. Reference #85. --- diff --git a/pkgs/core/logrotate/logrotate.nm b/pkgs/core/logrotate/logrotate.nm index 7242dfa6a..ebc740677 100644 --- a/pkgs/core/logrotate/logrotate.nm +++ b/pkgs/core/logrotate/logrotate.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = logrotate PKG_VER = 3.7.7 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = System/Base @@ -34,7 +34,7 @@ PKG_URL = https://fedorahosted.org/releases/l/o/logrotate/ PKG_LICENSE = GPL+ PKG_SUMMARY = Rotates, compresses, removes and mails system log files. -PKG_DEPS += coreutils gzip popt which +PKG_BUILD_DEPS+= coreutils gzip libselinux-devel popt-devel which define PKG_DESCRIPTION The logrotate utility is designed to simplify the administration of \ @@ -47,7 +47,7 @@ endef PKG_TARBALL = $(THISAPP).tar.gz define STAGE_BUILD - cd $(DIR_APP) && make RPM_OPT_FLAGS="$(CFLAGS)" $(PARALLELISMFLAGS) + cd $(DIR_APP) && make RPM_OPT_FLAGS="$(CFLAGS)" WITH_SELINUX=yes $(PARALLELISMFLAGS) endef define STAGE_TEST