File: cross.patch

package info (click to toggle)
mbuffer 20230301%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,096 kB
  • sloc: ansic: 4,321; sh: 3,418; makefile: 160
file content (17 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Unbreak cross-compilation: we do not need target tools.
Forwarded: no
Author: Helmut Grohne <helmut@subdivi.de>
Bug-Debian: https://bugs.debian.org/972427
Last-Update: 2020-10-25

--- a/configure.in
+++ b/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)