SOURCES: suspend-Makefile.patch (NEW) - init

shadzik shadzik at pld-linux.org
Fri Apr 28 20:41:57 CEST 2006


Author: shadzik                      Date: Fri Apr 28 18:41:57 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- init

---- Files affected:
SOURCES:
   suspend-Makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/suspend-Makefile.patch
diff -u /dev/null SOURCES/suspend-Makefile.patch:1.1
--- /dev/null	Fri Apr 28 20:41:57 2006
+++ SOURCES/suspend-Makefile.patch	Fri Apr 28 20:41:52 2006
@@ -0,0 +1,11 @@
+--- Makefile	2006-04-27 23:02:06.782778352 +0200
++++ Makefile-shad	2006-04-27 23:02:20.854639104 +0200
+@@ -75,7 +75,7 @@
+ 	$(CC) -g -O2 -DCONFIG_BOTH -Wall $(CC_FLAGS) md5.o encrypt.o config.o suspend.c s2ram.c -o suspend $(S2RAMOBJ) $(LD_FLAGS) -lpci
+ 
+ resume:	md5.o encrypt.o config.o resume.c swsusp.h config.h encrypt.h md5.h
+-	$(CC) -Wall $(CC_FLAGS) md5.o encrypt.o config.o resume.c -static -o resume $(LD_FLAGS)
++	$(CC) -Wall $(CC_FLAGS) md5.o encrypt.o config.o resume.c -o resume $(LD_FLAGS)
+ 
+ ifdef CONFIG_ENCRYPT
+ suspend-keygen:	md5.o encrypt.o keygen.c encrypt.h md5.h
================================================================


More information about the pld-cvs-commit mailing list