SOURCES: squidwall-Makefile.patch - CFLAGS -> OPTFLAGS

shadzik shadzik at pld-linux.org
Wed Apr 2 11:21:55 CEST 2008


Author: shadzik                      Date: Wed Apr  2 09:21:55 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- CFLAGS -> OPTFLAGS

---- Files affected:
SOURCES:
   squidwall-Makefile.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/squidwall-Makefile.patch
diff -u SOURCES/squidwall-Makefile.patch:1.3 SOURCES/squidwall-Makefile.patch:1.4
--- SOURCES/squidwall-Makefile.patch:1.3	Wed Apr  2 10:43:34 2008
+++ SOURCES/squidwall-Makefile.patch	Wed Apr  2 11:21:50 2008
@@ -1,20 +1,29 @@
-diff -ur squidwall-0.4e/Makefile squidwall-0.4e.new/Makefile
 --- squidwall-0.4e/Makefile	2006-09-02 23:37:23.000000000 +0200
-+++ squidwall-0.4e.new/Makefile	2008-04-02 10:31:03.036855507 +0200
-@@ -13,8 +13,8 @@
++++ squidwall-0.4e/Makefile-new	2008-04-02 11:08:57.000000000 +0200
+@@ -13,11 +13,11 @@
  
  DIET	= $(shell test -x /opt/diet/bin/diet && echo /opt/diet/bin/diet)
  CC	= $(DIET) gcc
 -CFLAGS	= -Os -Wall -pipe -I../libowfat
 -LDFLAGS	= ../libowfat/libowfat.a
-+CFLAGS	= -Wall -pipe -I/usr/include/libowfat/
++OPTFLAGS	= -Wall -pipe -I/usr/include/libowfat/
 +LDFLAGS	= /usr/lib/libowfat.a
  
  # extraflags
- CFLAGS += -W
-@@ -59,4 +59,3 @@
+-CFLAGS += -W
++OPTFLAGS += -W
+ #CFLAGS += -Wpointer-arith
+ #CFLAGS += -Wswitch
+ #CFLAGS += -Wmissing-prototypes
+@@ -53,10 +53,9 @@
+ 	rm -f $(OBJS) fget.o squidwall.o $(PRGS)
+ 
+ .c.o:
+-	$(CC) $(CFLAGS) -c $< -o $@
++	$(CC) $(CFLAGS) $(OPTFLAGS) -c $< -o $@
+ 
+ install:
  	rm -f $(SBINDIR)/squidwall
  	cp -f squidwall $(SBINDIR)/squidwall
  
 -include .depend
-Tylko w squidwall-0.4e.new/: Makefile~
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/squidwall-Makefile.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list