summaryrefslogtreecommitdiff
path: root/i486-stage1/attr/DESCR
blob: 931c3c6761daf41a003ef866ef8da4e1a3c8a548 (plain)
1
2
3
4
5
6
7
8
9
# attr is needed by acl
SYSROOT_INSTALL=1

# prepare configure for cross-compilation
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD

# circular reference in getext (needed by attr, which needs also gettext)
sed -i 's@^makedepends\(.*\)@#makedepends\1@g' PKGBUILD
sed -i "s@./configure@./configure --enable-gettext=no@g" PKGBUILD