Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37809143
en ru br
ALT Linux repositórios
S:1.10.2-alt1
5.0: 1.4.4-alt2
4.1: 1.4.1-alt1
4.0: 1.2.4-alt1
3.0: 1.2.1-alt1

Group :: Sistema/Bibliotecas
RPM: libgcrypt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 0001-Fix-LFS-on-32-bit-systems.patch
Download


From d1bac75039ce86125e1c5c4a20e3a39eb4324a7e Mon Sep 17 00:00:00 2001
From: Alexey Gladkov <legion@altlinux.org>
Date: Tue, 29 Dec 2020 01:08:10 +0300
Subject: Fix LFS on 32-bit systems
Signed-off-by: Alexey Gladkov <legion@altlinux.org>
---
 configure.ac  | 2 ++
 src/hmac256.c | 1 +
 2 files changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 10ed8ce4..49510dc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,6 +82,8 @@ AC_CANONICAL_HOST
 AM_MAINTAINER_MODE
 AM_SILENT_RULES
 
+AC_SYS_LARGEFILE
+
 AC_ARG_VAR(SYSROOT,[locate config scripts also below that directory])
 
 AH_TOP([
diff --git a/src/hmac256.c b/src/hmac256.c
index 2d66079c..5722fce1 100644
--- a/src/hmac256.c
+++ b/src/hmac256.c
@@ -44,6 +44,7 @@
                            identically to the one used by Libcgrypt
                            for testing this included module.
  */
+#include <config.h>
 
 #ifdef STANDALONE
 #include <stdint.h>
-- 
2.25.4
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009