summaryrefslogtreecommitdiff
path: root/e2fsprogs/e2fsprogs_1.34.oe
blob: 7a3735a0bb198bfd9c2c2fcc5b64ab34bb2baf00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION="EXT2 Filesystem Utilities"
SECTION="base"
PRIORITY="optional"
MAINTAINER="Greg Gilbert <greg@treke.net>"
RDEPENDS="libc6"
DEPENDS=virtual/libc 

SRC_URI=${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
	file://${FILESDIR}/ln.patch;patch=1 \
	file://${FILESDIR}/configure.patch;patch=1 \
	file://${FILESDIR}/compile-subst.patch;patch=1 \
	file://${FILESDIR}/m4.patch;patch=1 \
	file://${FILESDIR}/ldflags.patch;patch=1

inherit autotools

EXTRA_OECONF='--with-ldopts="${LDFLAGS}"'
do_compile_prepend () {
	find ./ -print|xargs chmod u=rwX
	( cd util; ${BUILD_CC} subst.c -o subst )
}