aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-02-17 21:42:42 +0100
committerThomas Deutschmann <whissi@gentoo.org>2021-02-18 04:43:37 +0100
commit2685c187786e20bc92d9b8ada7e9239e09a68628 (patch)
tree276cc1b00b7a030bade77df5814b8247e3922cfe /gkbuilds
parentgen_configkernel.sh: config_kernel(): don't set CONFIG_MICROCODE_OLD_INTERFAC... (diff)
downloadgenkernel-2685c187786e20bc92d9b8ada7e9239e09a68628.tar.gz
genkernel-2685c187786e20bc92d9b8ada7e9239e09a68628.tar.bz2
genkernel-2685c187786e20bc92d9b8ada7e9239e09a68628.zip
Bump libgcrypt to v1.9.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gkbuilds')
-rw-r--r--gkbuilds/libgcrypt.gkbuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/gkbuilds/libgcrypt.gkbuild b/gkbuilds/libgcrypt.gkbuild
index 1f063c48..88b5ba67 100644
--- a/gkbuilds/libgcrypt.gkbuild
+++ b/gkbuilds/libgcrypt.gkbuild
@@ -1,13 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+src_prepare() {
+ default
+
+ gkautoreconf
+}
+
src_configure() {
- export ac_cv_sys_symbol_underscore=no
+ export enable_pkg_config=yes
local myconf=(
--enable-static=yes
--disable-padlock-support
- --enable-static=yes
)
CC_FOR_BUILD="$(tc-getBUILD_CC)" \