File ledmon-0.1.64.patch of Package ledmon
diff -uNr ledmon/Makefile ledmonp/Makefile --- ledmon/Makefile 2009-06-30 20:49:12.000000000 -0500 +++ ledmonp/Makefile 2009-07-06 08:08:04.666987928 -0500 @@ -1,3 +1,3 @@ ledmon: ledmon.c - gcc -Wall -o ledmon ledmon.c -lX11 + gcc -O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -Wall -o ledmon ledmon.c -lX11 strip ledmon