index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-25 21:14:09 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-25 21:14:09 +0100 |
commit | b4cf5d6e1197c8076b94131ef2495c6d5c6fb89a (patch) | |
tree | b1503402e30c8ef9bd9089bdbf614e70da8baf00 /i486-stage3/gettext | |
parent | 2d2dc3a222e422e49082e0031ac53118c1957a7e (diff) |
-rw-r--r-- | i486-stage3/gettext/DESCR | 4 |
diff --git a/i486-stage3/gettext/DESCR b/i486-stage3/gettext/DESCR new file mode 100644 index 0000000..a6a9ab3 --- /dev/null +++ b/i486-stage3/gettext/DESCR @@ -0,0 +1,4 @@ +# remove dependency on glib2 (which needs meson to build) and use +# supplied one +sed -i "/depends=/s/'glib2'//" PKGBUILD +sed -i "s@./configure@./configure --with-included-glib@" PKGBUILD |