Source: mp3splt
Severity: normal
Tags: patch
User: [email protected]
Usertags: loong64
X-Debbugs-Cc: [email protected]
Dear Maintainer,
mp3splt compiles incorrectly on loongarch, the attached patch has solved the
problem, please refer to the patch to modify the code
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
--- mp3splt-2.6.2+20170630-origin/debian/rules 2023-08-29 21:53:19.000000000
+0000
+++ mp3splt-2.6.2+20170630/debian/rules 2024-04-24 12:07:59.539387477 +0000
@@ -85,6 +85,8 @@
$(lib_objdir)/config.status: libmp3splt/configure
+ dh_update_autotools_config
+ dh_autoreconf
dh_testdir
mkdir -p $(lib_objdir)
cd $(lib_objdir) && \
@@ -107,6 +109,8 @@
lib_ldflags = -L$(CURDIR)/$(lib_objdir)/src/.libs -lmp3splt
$(cli_objdir)/config.status: mp3splt/configure
+ dh_update_autotools_config
+ dh_autoreconf
dh_testdir
mkdir -p $(cli_objdir)
cd $(cli_objdir) && \
@@ -127,6 +131,8 @@
|| (cat config.log; exit 1)
$(gui_objdir)/config.status: mp3splt-gtk/configure
+ dh_update_autotools_config
+ dh_autoreconf
dh_testdir
mkdir -p $(gui_objdir)
cd $(gui_objdir) && \