File: cross.patch

package info (click to toggle)
jnettop 0.13.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,072 kB
  • sloc: ansic: 4,012; sh: 775; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: FTCBFS: uses AC_TRY_RUN
Author: Helmut Grohne <helmut@subdivi.de>
Last-Update: 2021-09-08
Bug-Debian: https://bugs.debian.org/993942

--- a/acinclude.m4
+++ b/acinclude.m4
@@ -163,6 +163,8 @@ exit (h == NULL ? 1 : 0); }],[
       AC_MSG_RESULT(no)
       AC_MSG_ERROR([can't figure out gethostbyname_r() since localhost doesn't resolve])
 
+      ],[
+      AC_MSG_RESULT(cross. assuming yes)
       ]
 )
 ])