aboutsummaryrefslogtreecommitdiffstats
path: root/testing/memdump/01-hurd.patch
diff options
context:
space:
mode:
authorNiklas Cathor <niklas.cathor@gmx.de>2020-04-08 15:26:05 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-10 09:03:15 +0000
commitb58feaab7a22d8ddf49a6929fc4579929b7ee5bd (patch)
tree6b15ad0f27bf5fb125255a36e6d8a64b86ce2050 /testing/memdump/01-hurd.patch
parent2edb15dec95097e45c960d433bc3bd9ffb99d4ea (diff)
downloadaports-b58feaab7a22d8ddf49a6929fc4579929b7ee5bd.tar.bz2
aports-b58feaab7a22d8ddf49a6929fc4579929b7ee5bd.tar.xz
testing/memdump: new aport
http://www.porcupine.org/forensics/tct.html utility to dump memory contents to standard output
Diffstat (limited to 'testing/memdump/01-hurd.patch')
-rw-r--r--testing/memdump/01-hurd.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/memdump/01-hurd.patch b/testing/memdump/01-hurd.patch
new file mode 100644
index 0000000000..812e4cda87
--- /dev/null
+++ b/testing/memdump/01-hurd.patch
@@ -0,0 +1,16 @@
+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