parted: force 64bit off_t detection to unbreak cross compilation.
This commit is contained in:
parent
6962b90fdf
commit
19bb9b54f9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue