blob: f34036fdbcd8e98d8e8149cadd33cb792d5676af (
plain)
1
2
3
4
5
6
|
# acl is needed by almost all packages dealing with the filesystem, most
# prominently 'coreutils'
SYSROOT_INSTALL=1
# prepare configure for cross-compilation
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD
|