Package: memdump Version: 1.01-5 Severity: normal Hi,
memdump currently fails to build on Debian GNU/Hurd. Making the following modification to makedefs allows it to build:
Linux.2*) DEFS="-DLINUX2" ;; ++ GNU*) DEFS="-DLINUX2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" ++ ;; *) echo unsupported system: $SYSTEM.$RELEASE 1>&2; exit 1 ;; esac Thank you, Barry deFreese -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org