Lines 2-8
Link Here
|
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/app-admin/ulogd/ulogd-1.23.ebuild,v 1.7 2006/11/23 15:12:29 vivo Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ulogd-1.23.ebuild,v 1.7 2006/11/23 15:12:29 vivo Exp $ |
4 |
|
4 |
|
5 |
inherit eutils flag-o-matic |
5 |
inherit autotools eutils flag-o-matic |
6 |
|
6 |
|
7 |
DESCRIPTION="iptables daemon for ULOG target for userspace iptables filter logging" |
7 |
DESCRIPTION="iptables daemon for ULOG target for userspace iptables filter logging" |
8 |
SRC_URI="http://ftp.netfilter.org/pub/ulogd/${P}.tar.bz2" |
8 |
SRC_URI="http://ftp.netfilter.org/pub/ulogd/${P}.tar.bz2" |
Lines 22-27
Link Here
|
22 |
cd "${S}" |
22 |
cd "${S}" |
23 |
|
23 |
|
24 |
epatch "${FILESDIR}/${P}-gcc41.patch" |
24 |
epatch "${FILESDIR}/${P}-gcc41.patch" |
|
|
25 |
|
26 |
epatch "${FILESDIR}/${P}-configure.in.patch" |
27 |
eautoreconf |
25 |
} |
28 |
} |
26 |
|
29 |
|
27 |
src_compile() { |
30 |
src_compile() { |