From c60e3d690e7a2254893cd21285d62135660c8405 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 24 Jan 2016 21:20:15 -0500 Subject: app-pda/libimobiledevice: Override PYTHON_LDFLAGS in src_configure Works around broken build system. Bug: https://bugs.gentoo.org/567916 Package-Manager: portage-2.2.27_p49 --- app-pda/libimobiledevice/libimobiledevice-1.1.6-r1.ebuild | 9 +++++++-- app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'app-pda') diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.6-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.6-r1.ebuild index 2ea6d8d5f947..5fd0082838e8 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.1.6-r1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -51,8 +51,13 @@ src_configure() { popd >/dev/null || die } + do_configure_python() { + # Bug 567916 + PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@" + } + do_configure --without-cython - use python && python_foreach_impl do_configure + use python && python_foreach_impl do_configure_python } src_compile() { diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild index 9a6116918c94..00223271c714 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -51,8 +51,13 @@ src_configure() { popd >/dev/null || die } + do_configure_python() { + # Bug 567916 + PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@" + } + do_configure --without-cython - use python && python_foreach_impl do_configure + use python && python_foreach_impl do_configure_python } src_compile() { -- cgit v1.2.3