blob: e72d655b67b9a49569f748555be5c83ffb77f861 (
plain)
1
2
3
4
5
6
|
# prepare configure for cross-compilation
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD
# no guile
sed -i "/depends=/s/'guile'//" PKGBUILD
sed -i 's@./configure@./configure --without-guile@g' PKGBUILD
|