parted: force 64bit off_t detection to unbreak cross compilation.

This commit is contained in:
Juan RP 2015-05-10 07:30:18 +02:00
parent 6962b90fdf
commit 19bb9b54f9
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ pkgname=parted
version=3.2
revision=2
build_style=gnu-configure
# parted wants off_t as 64bit type
configure_args="ac_cv_sizeof_off_t=8"
hostmakedepends="pkg-config"
makedepends="libuuid-devel libblkid-devel ncurses-devel readline-devel device-mapper-devel"
short_desc="The GNU Parted disk partition resizing program"