mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
+7
-5
@@ -8,13 +8,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=glib2
|
||||
PKG_VERSION:=2.46.2
|
||||
PKG_VERSION:=2.49.7
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=@GNOME/glib/2.46
|
||||
PKG_MD5SUM:=7f815d6e46df68e070cb421ed7f1139e
|
||||
PKG_SOURCE_URL:=@GNOME/glib/2.49
|
||||
PKG_MD5SUM:=397ead3fcf325cb921d54e2c9e7dfd7a
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
HOST_BUILD_PARALLEL:=1
|
||||
@@ -46,7 +46,8 @@ endef
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
--disable-selinux \
|
||||
--with-libiconv=gnu
|
||||
--with-libiconv=gnu \
|
||||
--with-pcre=internal
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
@@ -54,7 +55,8 @@ CONFIGURE_ARGS += \
|
||||
--enable-debug=no \
|
||||
--disable-selinux \
|
||||
--disable-fam \
|
||||
--with-libiconv=gnu
|
||||
--with-libiconv=gnu \
|
||||
--with-pcre=internal
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
glib_cv_stack_grows=no \
|
||||
|
||||
Reference in New Issue
Block a user