aboutsummaryrefslogtreecommitdiff
path: root/libs/glib2/Makefile
diff options
context:
space:
mode:
authortripolar <tripolar@users.noreply.github.com>2019-12-31 14:17:01 +0100
committerGitHub <noreply@github.com>2019-12-31 14:17:01 +0100
commit7fb36fb8d017328f28520efb7932dd0df022fd75 (patch)
tree07988430a6ade5294e91706ac6b5944c23cc5ec4 /libs/glib2/Makefile
parent04a03a35b349c147c20b98268350b2091289a7f2 (diff)
parentabdec8939e0d7cadaf0e82d9e7bb17e843525ad7 (diff)
Merge pull request #10441 from neheb/glib
glib2: Disable Werror
Diffstat (limited to 'libs/glib2/Makefile')
-rw-r--r--libs/glib2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile
index 8205edaba..73db458f1 100644
--- a/libs/glib2/Makefile
+++ b/libs/glib2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=glib2
PKG_VERSION:=2.58.3
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
@@ -46,8 +46,6 @@ define Package/glib2/description
The GLib library of C routines
endef
-TARGET_CFLAGS += -Wno-error=implicit-function-declaration
-
HOST_CONFIGURE_ARGS += \
--disable-libelf \
--disable-selinux \
@@ -64,6 +62,7 @@ CONFIGURE_ARGS += \
--disable-fam \
--disable-gtk-doc-html \
--disable-man \
+ --disable-compile-warnings \
--with-libiconv=gnu \
--with-pcre=internal