parche de debuginfo del memtester para compilar
This commit is contained in:
parent
51335eb474
commit
006c207454
1 changed files with 19 additions and 0 deletions
19
rpm/memtester-4.0.8-debuginfo.patch
Normal file
19
rpm/memtester-4.0.8-debuginfo.patch
Normal file
|
@ -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
|
Loading…
Reference in a new issue