wok-next diff glib/receipt @ rev 20846

mingw32-gcc: fix CFLAGS, CXXFLAGS as it is not recent GCC and it don't understand something
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 13:59:48 2018 +0300 (2018-06-23)
parents 342b30daff76
children f48456621a9d
line diff
     1.1 --- a/glib/receipt	Fri Jun 01 00:47:43 2018 +0300
     1.2 +++ b/glib/receipt	Sat Jun 23 13:59:48 2018 +0300
     1.3 @@ -12,10 +12,15 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="automake libtool zlib-dev libffi-dev gettext   elfutils-dev \
     1.8 -gtk-doc libxslt docbook-xsl dbus-dev"
     1.9 +BUILD_DEPENDS="automake libtool zlib-dev libffi-dev gettext \
    1.10 +util-linux-mount-dev pcre-dev glib-dev   elfutils-dev gtk-doc libxslt \
    1.11 +docbook-xsl dbus-dev"
    1.12  SPLIT="glib-static glib-dev"
    1.13  
    1.14 +# glib require glib to be built.
    1.15 +# And if glib failed to build and not present on the mirror, you will catch
    1.16 +# into the dead loop. Be careful!
    1.17 +
    1.18  compile_rules() {
    1.19  	# --enable-static: desktop-file-validate-static require such lib
    1.20  	NOCONFIGURE=1 ./autogen.sh &&