]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
glibc: Add dependency to libaudit and libcap for better selinux support.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 20 Dec 2010 13:57:05 +0000 (14:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 20 Dec 2010 13:57:05 +0000 (14:57 +0100)
pkgs/core/glibc/glibc.nm

index 10c82eafa1809bb19593aa7b90ba23f2275b3580..d5cfa6865da388225aca04de909f25357c65e39b 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = glibc
 PKG_VER        = 2.12.2
-PKG_REL        = 1
+PKG_REL        = 2
 
 # TODO tzdata
 
@@ -36,7 +36,8 @@ PKG_URL        = http://sources.redhat.com/glibc/
 PKG_LICENSE    = GPLv2+ LGPLv2+
 PKG_SUMMARY    = The GNU libc libraries.
 
-PKG_BUILD_DEPS+= autoconf automake gettext libselinux-devel texinfo
+PKG_BUILD_DEPS+= audit-devel autoconf automake gettext libcap-devel \
+       libselinux-devel texinfo
 
 define PKG_DESCRIPTION
        The glibc package contains standard libraries which are used by \