commit
7fb36fb8d0
1 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=glib2
|
PKG_NAME:=glib2
|
||||||
PKG_VERSION:=2.58.3
|
PKG_VERSION:=2.58.3
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
|
||||||
|
@ -46,8 +46,6 @@ define Package/glib2/description
|
||||||
The GLib library of C routines
|
The GLib library of C routines
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -Wno-error=implicit-function-declaration
|
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS += \
|
HOST_CONFIGURE_ARGS += \
|
||||||
--disable-libelf \
|
--disable-libelf \
|
||||||
--disable-selinux \
|
--disable-selinux \
|
||||||
|
@ -64,6 +62,7 @@ CONFIGURE_ARGS += \
|
||||||
--disable-fam \
|
--disable-fam \
|
||||||
--disable-gtk-doc-html \
|
--disable-gtk-doc-html \
|
||||||
--disable-man \
|
--disable-man \
|
||||||
|
--disable-compile-warnings \
|
||||||
--with-libiconv=gnu \
|
--with-libiconv=gnu \
|
||||||
--with-pcre=internal
|
--with-pcre=internal
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue