summaryrefslogtreecommitdiff
path: root/i486-stage1/fakeroot/DESCR
blob: 8557ab8164e3e9c13290b96b65f146767b39337e (plain)
1
2
3
4
5
6
7
8
9
10
11
# prepare configure for cross-compilation
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD

# disable makedepends and take out po4a
sed -i "/makedepends=/s/po4a//" PKGBUILD
sed -i 's@\(cd doc\)@#\1@g' PKGBUILD
sed -i 's@\(po4a\)@#\1@g' PKGBUILD

# we have no ld.so.conf, so we can ignore this:
#/tmp/alpm_va2bmk/.INSTALL: line 2: usr/bin/ldconfig: No such file or directory
#error: command failed to execute correctly