]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libsemanage: Fix build.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Apr 2011 23:24:29 +0000 (01:24 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Apr 2011 23:24:29 +0000 (01:24 +0200)
Development headers of bzip2 were missing.

pkgs/libsemanage/libsemanage.nm

index 4420e68397a510c9a361ddee3925c6c735960784..9c8ae26f708d93b78074ec69906a73eb1ecb2823 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = libsemanage
 PKG_VER        = 2.0.45
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUPS     = System/Libraries
@@ -34,7 +34,7 @@ PKG_URL        = http://www.selinuxproject.org
 PKG_LICENSE    = LGPLv2+
 PKG_SUMMARY    = SELinux binary policy manipulation library.
 
-PKG_BUILD_DEPS+= bison flex libselinux-devel libsepol-devel \
+PKG_BUILD_DEPS+= bison bzip2-devel flex libselinux-devel libsepol-devel \
        python-devel swig ustr-devel
 
 define PKG_DESCRIPTION