diff options
author | 2003-02-16 10:56:48 +0000 | |
---|---|---|
committer | 2003-02-16 10:56:48 +0000 | |
commit | fc38df96cc76b3b6e4536e9b03109d1bcd0a4ad6 (patch) | |
tree | b950041064a48dec8c30945259882b8b22843166 /dev-util/strace/files | |
parent | version bump (diff) | |
download | historical-fc38df96cc76b3b6e4536e9b03109d1bcd0a4ad6.tar.gz historical-fc38df96cc76b3b6e4536e9b03109d1bcd0a4ad6.tar.bz2 historical-fc38df96cc76b3b6e4536e9b03109d1bcd0a4ad6.zip |
new strace and added mips to keywords
Diffstat (limited to 'dev-util/strace/files')
-rw-r--r-- | dev-util/strace/files/digest-strace-4.4.93 | 1 | ||||
-rw-r--r-- | dev-util/strace/files/strace-4.4.93-configure.ac.patch | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/dev-util/strace/files/digest-strace-4.4.93 b/dev-util/strace/files/digest-strace-4.4.93 new file mode 100644 index 000000000000..61bbcb8fe34e --- /dev/null +++ b/dev-util/strace/files/digest-strace-4.4.93 @@ -0,0 +1 @@ +MD5 7d2df2a1522533cd51feb52eb1de4b76 strace-4.4.93.tar.bz2 361355 diff --git a/dev-util/strace/files/strace-4.4.93-configure.ac.patch b/dev-util/strace/files/strace-4.4.93-configure.ac.patch new file mode 100644 index 000000000000..e92c52b53a7d --- /dev/null +++ b/dev-util/strace/files/strace-4.4.93-configure.ac.patch @@ -0,0 +1,9 @@ +--- strace/configure.ac.old 2003-01-21 21:29:56.000000000 +0100 ++++ strace/configure.ac 2003-04-13 21:45:02.000000000 +0200 +@@ -1,5 +1,5 @@ + dnl Process this file with autoconf to create configure. Use autoreconf. +-AC_PREREQ(2.57) ++AC_PREREQ(2.54) + AC_INIT([strace],[4.4.93]) + AC_CONFIG_SRCDIR([strace.c]) + AM_CONFIG_HEADER([config.h]) |