libsoup: fix cross compilation
This commit is contained in:
parent
ebd224e080
commit
f8c6de50f6
2 changed files with 12 additions and 1 deletions
11
srcpkgs/libsoup/patches/fix-cross.patch
Normal file
11
srcpkgs/libsoup/patches/fix-cross.patch
Normal file
|
@ -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)])
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libsoup'
|
# Template file for 'libsoup'
|
||||||
pkgname=libsoup
|
pkgname=libsoup
|
||||||
version=2.52.0
|
version=2.52.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel vala"
|
hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel vala"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue