From 006c20745420215fe9743a0ac8135ef3d84612fb Mon Sep 17 00:00:00 2001 From: Sandino Araico Sanchez Date: Fri, 2 Jul 2021 20:06:15 -0500 Subject: [PATCH] parche de debuginfo del memtester para compilar --- rpm/memtester-4.0.8-debuginfo.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 rpm/memtester-4.0.8-debuginfo.patch diff --git a/rpm/memtester-4.0.8-debuginfo.patch b/rpm/memtester-4.0.8-debuginfo.patch new file mode 100644 index 0000000..38700b7 --- /dev/null +++ b/rpm/memtester-4.0.8-debuginfo.patch @@ -0,0 +1,19 @@ +--- memtester-4.0.8/conf-ld 2007-11-21 17:54:57.000000000 +0200 ++++ memtester-4.0.8-mod/conf-ld 2008-09-27 21:43:12.000000000 +0300 +@@ -1,3 +1,3 @@ +-cc -s ++cc + + This will be used to link .o files into an executable. +--- memtester-4.0.8/Makefile 2007-11-21 17:54:57.000000000 +0200 ++++ memtester-4.0.8-mod/Makefile 2008-09-27 21:55:59.000000000 +0300 +@@ -75,7 +75,7 @@ + ./load memtester tests.o `cat extra-libs` + + memtester.o: memtester.c tests.h conf-cc Makefile compile +- ./compile memtester.c ++ ./compile ${OPT} memtester.c + + tests.o: tests.c tests.h conf-cc Makefile compile +- ./compile tests.c ++ ./compile ${OPT} tests.c