I believe this patch would somewhat solve issue. Dear submitter, can you
please apply this patch, build package and check, that `gdbm_load-nolfs'
binary from created bin:gdbmtool does sensible thing?

By the way, can I somehow help to make autopkgtests on !amd64 happen?

From dbbe906795dd977ed16cccaa7b0385ce8654c8a5 Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <kact...@debian.org>
Date: Thu, 7 Mar 2019 20:19:11 +0000
Subject: [PATCH] Provide version with LFS support disabled

---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index fce1572..03b6242 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,17 +39,21 @@ ifeq ($(HAVE_DIETLIBC),yes)
            CC='diet gcc' CPPFLAGS='-UHAVE_MMAP'
 endif
        dh_auto_configure -B glibc-build -- --enable-libgdbm-compat
+       dh_auto_configure -B glibc-nolfs-build -- \
+           CFLAGS='-static' --program-suffix=-nolfs --disable-largefile
 
 override_dh_auto_build:
 ifeq ($(HAVE_DIETLIBC),yes)
        dh_auto_build -B diet-build
 endif
        dh_auto_build -B glibc-build
+       dh_auto_build -B glibc-nolfs-build
 
 override_dh_auto_install:
 ifeq ($(HAVE_DIETLIBC),yes)
        dh_auto_install -B diet-build
 endif
+       dh_auto_install -B glibc-nolfs-build
        dh_auto_install -B glibc-build
 
 ifeq ($(HAVE_DIETLIBC),yes)
-- 
        Note, that I send and fetch email in batch, once every 24 hours.
                 If matter is urgent, try https://t.me/kaction
                                                                             --

Attachment: pgp49H8gGpqHE.pgp
Description: PGP signature

Reply via email to