Source: rsbackup
Severity: normal
Tags: patch
User: debian-loonga...@lists.debian.org
Usertags: loong64
X-Debbugs-Cc: wuruil...@loongson.cn

Dear Maintainer,

The rsbackup software compiles incorrectly on the loong64 architecture, 
the attached patch has resolved the issue.

wuruilong

-- System Information:
Debian Release: trixie/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: loong64 (loongarch64)

Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
--- rsbackup-origin/debian/rules        2024-04-30 06:54:53.326049473 +0000
+++ rsbackup/debian/rules       2024-04-30 06:35:52.133362832 +0000
@@ -31,6 +31,8 @@
 build-arch: build
 build-indep: build
 build:
+       dh_update_autotools_config
+       dh_autoreconf
        [ -e configure ] || autoreconf -si
        ./configure --prefix=/usr --mandir=/usr/share/man 
--disable-silent-rules ${CONFIGURE_EXTRA}
        $(MAKE)

Reply via email to