From: Stefan Schantl Date: Thu, 30 Dec 2010 16:13:36 +0000 (+0100) Subject: dmraid: Enable support for selinux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=083fdda9d3181cec95e63df8cfa454eda64f820e;p=ipfire-3.x.git dmraid: Enable support for selinux. --- diff --git a/pkgs/core/dmraid/dmraid.nm b/pkgs/core/dmraid/dmraid.nm index 0c1d6605d..892955d8b 100644 --- a/pkgs/core/dmraid/dmraid.nm +++ b/pkgs/core/dmraid/dmraid.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = dmraid PKG_VER = 1.0.0.rc15 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = System/Filesystems @@ -34,7 +34,7 @@ PKG_URL = http://people.redhat.com/heinzm/sw/dmraid PKG_LICENSE = GPLv2+ PKG_SUMMARY = Device-mapper RAID tool and library. -PKG_BUILD_DEPS+= libdevmapper-devel +PKG_BUILD_DEPS+= libdevmapper-devel libselinux-devel define PKG_DESCRIPTION DMRAID supports RAID device discovery, RAID set activation, creation, \ @@ -56,7 +56,8 @@ CONFIGURE_OPTIONS += \ --sbindir=/sbin \ --libdir=/lib \ --disable-static \ - --disable-static_link + --disable-static_link \ + --enable-libselinux define STAGE_BUILD_CMDS cd $(DIR_APP) && make -C lib libdmraid.so