mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 19:42:15 +02:00
dev-libs/libgcrypt: Sync with Gentoo
It's from Gentoo commit 52868f2e50efc4c6c2a217ae817a7b1968b60e44. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
43e5c9be51
commit
a9c919dca9
@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
|
|||||||
|
|
||||||
LICENSE="LGPL-2.1+ GPL-2+ MIT"
|
LICENSE="LGPL-2.1+ GPL-2+ MIT"
|
||||||
SLOT="0/20" # subslot = soname major version
|
SLOT="0/20" # subslot = soname major version
|
||||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
IUSE="+asm doc +getentropy static-libs"
|
IUSE="+asm doc +getentropy static-libs"
|
||||||
IUSE+=" cpu_flags_arm_neon cpu_flags_arm_aes cpu_flags_arm_sha1 cpu_flags_arm_sha2 cpu_flags_arm_sve"
|
IUSE+=" cpu_flags_arm_neon cpu_flags_arm_aes cpu_flags_arm_sha1 cpu_flags_arm_sha2 cpu_flags_arm_sve"
|
||||||
IUSE+=" cpu_flags_ppc_altivec cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3"
|
IUSE+=" cpu_flags_ppc_altivec cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3"
|
||||||
@ -96,6 +96,11 @@ src_configure() {
|
|||||||
#
|
#
|
||||||
use riscv && filter-lto
|
use riscv && filter-lto
|
||||||
|
|
||||||
|
# Temporary workaround for mfpmath=sse on x86 cauing issues when -msse is
|
||||||
|
# stripped as it's not clear cut on how to handle in flag-o-matic we can at
|
||||||
|
# least solve it the ebuild see https://bugs.gentoo.org/959349
|
||||||
|
use x86 && filter-flags -mfpmath=sse
|
||||||
|
|
||||||
# Hardcodes the path to FGREP in libgcrypt-config
|
# Hardcodes the path to FGREP in libgcrypt-config
|
||||||
export ac_cv_path_SED="sed"
|
export ac_cv_path_SED="sed"
|
||||||
export ac_cv_path_EGREP="grep -E"
|
export ac_cv_path_EGREP="grep -E"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user