sedutil: broken on big endian
This commit is contained in:
parent
f56b1ff8f9
commit
18baf207f7
|
@ -11,6 +11,10 @@ homepage="https://github.com/Drive-Trust-Alliance/sedutil"
|
||||||
distfiles="https://github.com/Drive-Trust-Alliance/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/Drive-Trust-Alliance/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=88016b93cbbef98fa6f5c4e6f58e6c871662b6a7f1fc8dc788c8599fa37a44f3
|
checksum=88016b93cbbef98fa6f5c4e6f58e6c871662b6a7f1fc8dc788c8599fa37a44f3
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
|
broken="explicitly does not support big endian"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue