diff options
Diffstat (limited to 'i486-stage2/pkg-config/DESCR')
-rw-r--r-- | i486-stage2/pkg-config/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i486-stage2/pkg-config/DESCR b/i486-stage2/pkg-config/DESCR new file mode 100644 index 0000000..2396ff1 --- /dev/null +++ b/i486-stage2/pkg-config/DESCR @@ -0,0 +1,4 @@ +# use internal glib as we cannot possibly have meson build glib! +sed -i "/makedepends=/s/'glib2'//" PKGBUILD +sed -i "/depends=/s/'glib2'//" PKGBUILD +sed -i "s@./configure@./configure --with-internal-glib@g" PKGBUILD |