mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 06:21:46 +01:00
dev-libs/libgcrypt: Sync with Gentoo
It's from Gentoo commit 1ae2a9b20daf44c907b247df78f466fa1931e119.
This commit is contained in:
parent
2a15ed6916
commit
53550c03af
@ -142,9 +142,6 @@ multilib_src_configure() {
|
|||||||
# after libgcrypt drops them (bug #468616)
|
# after libgcrypt drops them (bug #468616)
|
||||||
--without-capabilities
|
--without-capabilities
|
||||||
|
|
||||||
# http://trac.videolan.org/vlc/ticket/620
|
|
||||||
$([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
|
|
||||||
|
|
||||||
$(use asm || echo "--disable-asm")
|
$(use asm || echo "--disable-asm")
|
||||||
|
|
||||||
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
|
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
|
||||||
|
|||||||
@ -140,9 +140,6 @@ multilib_src_configure() {
|
|||||||
# after libgcrypt drops them (bug #468616)
|
# after libgcrypt drops them (bug #468616)
|
||||||
--without-capabilities
|
--without-capabilities
|
||||||
|
|
||||||
# http://trac.videolan.org/vlc/ticket/620
|
|
||||||
$([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
|
|
||||||
|
|
||||||
$(use asm || echo "--disable-asm")
|
$(use asm || echo "--disable-asm")
|
||||||
|
|
||||||
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
|
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
|
||||||
|
|||||||
@ -94,13 +94,6 @@ src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
multilib_src_configure() {
|
multilib_src_configure() {
|
||||||
if [[ ${CHOST} == *86*-solaris* ]] ; then
|
|
||||||
# ASM code uses GNU ELF syntax, divide in particular, we need to
|
|
||||||
# allow this via ASFLAGS, since we don't have a flag-o-matic
|
|
||||||
# function for that, we'll have to abuse cflags for this
|
|
||||||
append-cflags -Wa,--divide
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ ${CHOST} == powerpc* ]] ; then
|
if [[ ${CHOST} == powerpc* ]] ; then
|
||||||
# ./configure does a lot of automagic, prevent that
|
# ./configure does a lot of automagic, prevent that
|
||||||
# generic ppc32+ppc64 altivec
|
# generic ppc32+ppc64 altivec
|
||||||
@ -146,9 +139,6 @@ multilib_src_configure() {
|
|||||||
# after libgcrypt drops them (bug #468616)
|
# after libgcrypt drops them (bug #468616)
|
||||||
--without-capabilities
|
--without-capabilities
|
||||||
|
|
||||||
# http://trac.videolan.org/vlc/ticket/620
|
|
||||||
$([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
|
|
||||||
|
|
||||||
$(use asm || echo "--disable-asm")
|
$(use asm || echo "--disable-asm")
|
||||||
|
|
||||||
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
|
GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user