1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/memdump/01-hurd.patch
Niklas Cathor b58feaab7a testing/memdump: new aport
http://www.porcupine.org/forensics/tct.html
utility to dump memory contents to standard output
2020-04-10 09:03:15 +00:00

16 lines
536 B
Diff

Description: Fixing FTBFS on Debian GNU/Hurd (Closes: #532390).
Author: Barry deFreese <bdefreese@debian.org>
Last-Update: 2009-06-08
Index: memdump/makedefs
===================================================================
--- memdump.orig/makedefs
+++ memdump/makedefs
@@ -34,6 +34,8 @@ SunOS.5.[0-5]*) DEFS="-DSUNOS5 -DUSE_PRE
;;
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