summaryrefslogtreecommitdiff
path: root/i486-stage1/gawk/DESCR
blob: c3b63cf0b7d7172f74f8752a77764584d550ea67 (plain)
1
2
3
4
5
# prepare configure for cross-compilation
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD

# we don't have a valid locale yet, disable NLS
sed -i 's@./configure@./configure --disable-nls@g' PKGBUILD