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



_______________________________________________
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/forensics-devel

Reply via email to