blob: 2a024e01721e3a1618bfbb6284da02e535dc79d9 (
plain)
1
2
3
4
5
|
# gzip is needed for libarchive, (z)less
SYSROOT_INSTALL=1
# prepare configure for cross-compilation
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD
|