| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.2 2010/05/29 17:40:26 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.3 2010/08/24 13:56:22 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | inherit autotools multilib toolchain-funcs python |
5 | inherit autotools multilib toolchain-funcs python |
| 6 | |
6 | |
| 7 | DESCRIPTION="Userspace utilities for storing and processing auditing records" |
7 | DESCRIPTION="Userspace utilities for storing and processing auditing records" |
| 8 | HOMEPAGE="http://people.redhat.com/sgrubb/audit/" |
8 | HOMEPAGE="http://people.redhat.com/sgrubb/audit/" |
| … | |
… | |
| 52 | "${S}"/configure.ac |
52 | "${S}"/configure.ac |
| 53 | sed -i \ |
53 | sed -i \ |
| 54 | -e '/^SUBDIRS/s,zos-remote,,g' \ |
54 | -e '/^SUBDIRS/s,zos-remote,,g' \ |
| 55 | "${S}"/audisp/plugins/Makefile.am |
55 | "${S}"/audisp/plugins/Makefile.am |
| 56 | fi |
56 | fi |
|
|
57 | |
|
|
58 | epatch "${FILESDIR}"/${P}-glibc212.patch |
| 57 | |
59 | |
| 58 | # Regenerate autotooling |
60 | # Regenerate autotooling |
| 59 | eautoreconf |
61 | eautoreconf |
| 60 | } |
62 | } |
| 61 | |
63 | |