SOURCES: slmodem-cflags.patch (NEW) - cflags fix for slmodem

kosmo kosmo at pld-linux.org
Sat Jan 26 10:19:28 CET 2008


Author: kosmo                        Date: Sat Jan 26 09:19:28 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cflags fix for slmodem

---- Files affected:
SOURCES:
   slmodem-cflags.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/slmodem-cflags.patch
diff -u /dev/null SOURCES/slmodem-cflags.patch:1.1
--- /dev/null	Sat Jan 26 10:19:28 2008
+++ SOURCES/slmodem-cflags.patch	Sat Jan 26 10:19:23 2008
@@ -0,0 +1,13 @@
+diff -urN slmodem-2.9.11-20070813.orig/modem/Makefile slmodem-2.9.11-20070813/modem/Makefile
+--- slmodem-2.9.11-20070813.orig/modem/Makefile	2005-11-01 15:33:34.000000000 +0000
++++ slmodem-2.9.11-20070813/modem/Makefile	2008-01-26 10:10:01.000000000 +0000
+@@ -16,8 +16,7 @@
+ CC:= gcc
+ RM:= rm -f
+ 
+-CFLAGS+= -Wall -g -O -I. -DCONFIG_DEBUG_MODEM
+-
++CFLAGS:= -Wall -g -O -I. -DCONFIG_DEBUG_MODEM
+ 
+ modem-objs:= \
+ 	modem.o modem_datafile.o modem_at.o modem_timer.o \
================================================================


More information about the pld-cvs-commit mailing list