summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2025-11-10 05:37:06 -0500
committerSam James <sam@gentoo.org>2025-11-29 05:50:37 +0000
commit1bcb5cad8c408608e005db56cd5ed5440729a93f (patch)
tree5f63911a999bbf0789fee9f52770cc30a17f68f8
parent4d85ff822bc04099520312b6a8c3d65367fc8982 (diff)
downloadgentoo-1bcb5cad8c408608e005db56cd5ed5440729a93f.tar.gz
gentoo-1bcb5cad8c408608e005db56cd5ed5440729a93f.tar.bz2
gentoo-1bcb5cad8c408608e005db56cd5ed5440729a93f.zip
app-pda/libimobiledevice: revbump, fix gnutls useflag
This would not have built with gnutls support if gnutls use was set. Fixed the configure options so it now does if desired. Closes: https://bugs.gentoo.org/926951 Signed-off-by: Joe Kappus <joe@wt.gd> Part-of: https://github.com/gentoo/gentoo/pull/44570 Closes: https://github.com/gentoo/gentoo/pull/44570 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201-r1.ebuild (renamed from app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201-r1.ebuild
index 3d123b13e748..1135209902f5 100644
--- a/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201.ebuild
+++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0_p20240201-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -53,7 +53,7 @@ src_configure() {
--without-cython
$(use_enable static-libs static)
)
- use gnutls && myeconfargs+=( --disable-openssl )
+ use gnutls && myeconfargs+=( --with-gnutls --without-openssl )
# --with-readline also causes readline to not be used
use readline || myeconfargs+=( --without-readline )
econf "${myeconfargs[@]}"