Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37836031
en ru br
ALT Linux repos
S:4.19.0-alt3
5.0: 1.7-alt2
4.1: 1.1-alt1
4.0: 1.1-alt1
3.0: 0.2.13-alt1

Group :: System/Libraries
RPM: libtasn1

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: Enable-LFS-support.patch
Download


From 18ddb3820e869e69c0ac92330a1bed75004b973a Mon Sep 17 00:00:00 2001
From: Mikhail Efremov <sem@altlinux.org>
Date: Tue, 1 Jun 2021 19:44:29 +0300
Subject: [PATCH] Enable LFS support
Otherwise on i586 will be used 32bit functions.
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index bb33e23..5eb63e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,6 +42,8 @@ AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([-Wall -Wno-portability])
 AM_SILENT_RULES([yes])
 
+AC_SYS_LARGEFILE
+
 AC_PROG_CC
 gl_EARLY
 AC_PROG_YACC
-- 
2.29.3
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin