Source: mbuffer
Version: 20200929+ds2-1
Tags: patch upstream
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

mbuffer fails to cross build from source, because it confuses the terms
host and target. Please refer to man dpkg-architecture for their
GNU-conformant definitions. Please consider applying the attached patch
to make mbuffer cross buildable again.

Helmut
--- mbuffer-20200929+ds2.orig/configure.in
+++ mbuffer-20200929+ds2/configure.in
@@ -113,7 +113,7 @@
 AC_SYS_LARGEFILE
 AC_STRUCT_ST_BLKSIZE
 
-AC_CHECK_TARGET_TOOLS(OBJDUMP,gobjdump objdump)
+AC_CHECK_TOOLS(OBJDUMP,gobjdump objdump)
 
 AC_HEADER_ASSERT
 AC_CHECK_LIB(pthread, pthread_mutex_init)

Reply via email to