mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
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>
This commit is contained in:
parent
4d85ff822b
commit
1bcb5cad8c
@ -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[@]}"
|
||||
Loading…
x
Reference in New Issue
Block a user