app-pda/libimobiledevice: Silence pymighelper false positive
authorMichał Górny <mgorny@gentoo.org>
Thu, 5 Mar 2020 15:46:26 +0000 (16:46 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 5 Mar 2020 16:21:01 +0000 (17:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild

index 47a55492326043abfbcebf483bf5f66669dd8937..6b1c60b021b42f03026c01dd30a9156e3313fde3 100644 (file)
@@ -71,7 +71,8 @@ src_configure() {
 
        do_configure_python() {
                # Bug 567916
-               PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@"
+               local -x PYTHON_LDFLAGS="$(python_get_LIBS)"
+               do_configure "$@"
        }
 
        do_configure --without-cython