mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
dev-libs/libgcrypt: Sync with Gentoo
It's from Gentoo commit da3ec61bf72224423cc9ca8aaf76785d84f1e077.
This commit is contained in:
parent
39a452916c
commit
c8a4f95f16
@ -78,6 +78,14 @@ src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Sensitive to optimisation; parts of the codebase are built with
|
||||
# -O0 already. Don't risk it with UB.
|
||||
strip-flags
|
||||
|
||||
multilib-minimal_src_configure
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
if [[ ${CHOST} == *86*-solaris* ]] ; then
|
||||
# ASM code uses GNU ELF syntax, divide in particular, we need to
|
||||
|
||||
@ -81,6 +81,14 @@ src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Sensitive to optimisation; parts of the codebase are built with
|
||||
# -O0 already. Don't risk it with UB.
|
||||
strip-flags
|
||||
|
||||
multilib-minimal_src_configure
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
if [[ ${CHOST} == *86*-solaris* ]] ; then
|
||||
# ASM code uses GNU ELF syntax, divide in particular, we need to
|
||||
|
||||
@ -84,6 +84,14 @@ src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Sensitive to optimisation; parts of the codebase are built with
|
||||
# -O0 already. Don't risk it with UB.
|
||||
strip-flags
|
||||
|
||||
multilib-minimal_src_configure
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
if [[ ${CHOST} == *86*-solaris* ]] ; then
|
||||
# ASM code uses GNU ELF syntax, divide in particular, we need to
|
||||
|
||||
@ -85,6 +85,14 @@ src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Sensitive to optimisation; parts of the codebase are built with
|
||||
# -O0 already. Don't risk it with UB.
|
||||
strip-flags
|
||||
|
||||
multilib-minimal_src_configure
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
if [[ ${CHOST} == *86*-solaris* ]] ; then
|
||||
# ASM code uses GNU ELF syntax, divide in particular, we need to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user