mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 20:25:17 +03:00
http://www.porcupine.org/forensics/tct.html utility to dump memory contents to standard output
16 lines
536 B
Diff
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
|