cryptsetup: fix cross build.
This commit is contained in:
parent
03da2d6049
commit
346cb6b601
|
@ -14,7 +14,7 @@ distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
|||
checksum=dd9686fce5d3276b2eb2ac40d513a9b64850af8fff881442f2cfe87257ba2406
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" automake gettext-devel libgcrypt-devel"
|
||||
hostmakedepends+=" libtool automake gettext-devel libgcrypt-devel"
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue