From f8c6de50f6df835e2c574c5b3b918ab83f254e68 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 29 Sep 2015 23:41:43 +0200 Subject: [PATCH] libsoup: fix cross compilation --- srcpkgs/libsoup/patches/fix-cross.patch | 11 +++++++++++ srcpkgs/libsoup/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/libsoup/patches/fix-cross.patch diff --git a/srcpkgs/libsoup/patches/fix-cross.patch b/srcpkgs/libsoup/patches/fix-cross.patch new file mode 100644 index 00000000000..39dad2ade9b --- /dev/null +++ b/srcpkgs/libsoup/patches/fix-cross.patch @@ -0,0 +1,11 @@ +--- configure.ac.orig 2015-09-29 23:38:40.936178713 +0200 ++++ configure.ac 2015-09-29 23:38:57.798177451 +0200 +@@ -164,6 +164,8 @@ GOBJECT_INTROSPECTION_CHECK([0.9.5]) + + if test "x$found_introspection" = "xyes"; then + VAPIGEN_CHECK() ++else ++ AM_CONDITIONAL([ENABLE_VAPIGEN], false) + fi + + AC_MSG_CHECKING([for glib-networking (glib TLS implementation)]) diff --git a/srcpkgs/libsoup/template b/srcpkgs/libsoup/template index 91f5999c8cf..baf0a0816ec 100644 --- a/srcpkgs/libsoup/template +++ b/srcpkgs/libsoup/template @@ -1,7 +1,7 @@ # Template file for 'libsoup' pkgname=libsoup version=2.52.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static $(vopt_enable gir introspection)" hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel vala"