mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
sys-libs/gdbm: Sync with Gentoo
It's from Gentoo commit 1bb37aa7df9acad7d32685f1ae517f28bf2cadcc.
This commit is contained in:
parent
147cbea168
commit
27d3f79f25
@ -4,7 +4,7 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gdbm.asc
|
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gdbm.asc
|
||||||
inherit libtool multilib-minimal multiprocessing verify-sig
|
inherit flag-o-matic libtool multilib-minimal multiprocessing verify-sig
|
||||||
|
|
||||||
DESCRIPTION="Standard GNU database libraries"
|
DESCRIPTION="Standard GNU database libraries"
|
||||||
HOMEPAGE="https://www.gnu.org/software/gdbm/"
|
HOMEPAGE="https://www.gnu.org/software/gdbm/"
|
||||||
@ -35,6 +35,9 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
multilib_src_configure() {
|
multilib_src_configure() {
|
||||||
|
# https://puszcza.gnu.org.ua/bugs/index.php?642
|
||||||
|
append-cflags -std=gnu17
|
||||||
|
|
||||||
# gdbm doesn't appear to use either of these libraries
|
# gdbm doesn't appear to use either of these libraries
|
||||||
export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
|
export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user