]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
tar: Activate support for selinux.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 6 Jan 2011 15:14:10 +0000 (16:14 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 6 Jan 2011 15:34:59 +0000 (16:34 +0100)
Reference #85.

pkgs/core/tar/tar.nm

index 853a2235c299a200393076b07e97ce5ea9a717c8..c1a3b27d347b41c1b7dc8aa0c00b0578917de20a 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = tar
 PKG_VER        = 1.23
-PKG_REL        = 1
+PKG_REL        = 2
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Packaging
@@ -52,7 +52,8 @@ CONFIGURE_ENVIRONMENT = CC="gcc -std=gnu99 -fgnu89-inline"
 
 CONFIGURE_OPTIONS += \
        --bindir=/bin \
-       --libexecdir=/usr/sbin
+       --libexecdir=/usr/sbin \
+       --enable-selinux
 
 define STAGE_PREPARE_CMDS
        cd $(DIR_APP) && sed -i /SIGPIPE/d src/tar.c