]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python-pyblock: Enable support for selinux.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 8 Jan 2011 14:25:09 +0000 (15:25 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 8 Jan 2011 14:25:09 +0000 (15:25 +0100)
Referece #85.

pkgs/core/python-pyblock/python-pyblock.nm

index 4c175266e99a5b2d8c4e358be726c187e095546f..6e7824e6c55b6ed5c848f394ab3a159e40db39c6 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = pyblock
 PKG_VER        = 0.46
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Libraries
@@ -34,7 +34,8 @@ PKG_URL        = http://git.fedorahosted.org/git/?p=pyblock.git;a=summary
 PKG_LICENSE    = GPLv2 or GPLv3
 PKG_SUMMARY    = Python modules for dealing with block devices.
 
-PKG_BUILD_DEPS+= dmraid-devel libdevmapper-devel python-devel python-parted
+PKG_BUILD_DEPS+= dmraid-devel libdevmapper-devel libselinux-devel python-devel\
+        python-parted
 
 define PKG_DESCRIPTION
        The pyblock contains Python modules for dealing with block devices.
@@ -47,7 +48,7 @@ define STAGE_PREPARE_CMDS
 endef
 
 define STAGE_BUILD
-       cd $(DIR_APP) && make USESELINUX=0
+       cd $(DIR_APP) && make USESELINUX=1
 endef
 
 define STAGE_INSTALL