index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | i486-stage1/attr/DESCR | 1 |
diff --git a/i486-stage1/attr/DESCR b/i486-stage1/attr/DESCR index 98ab985..931c3c6 100644 --- a/i486-stage1/attr/DESCR +++ b/i486-stage1/attr/DESCR @@ -6,3 +6,4 @@ sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKG # 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 |