summaryrefslogtreecommitdiff
path: root/i486-stage1/attr/DESCR
blob: 98ab985f7f2b45104aedbaee000ea05c05f0e4f0 (plain)
1
2
3
4
5
6
7
8
# 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