]> git.pld-linux.org Git - packages/atm.git/blob - atm-opt.patch
- unified first line (one with cvs keywords)
[packages/atm.git] / atm-opt.patch
1 diff -ur atm.orig/Rules.make atm/Rules.make
2 --- atm.orig/Rules.make Tue Aug 24 00:00:00 1999
3 +++ atm/Rules.make      Wed Dec 29 20:07:03 1999
4 @@ -56,7 +56,6 @@
5    # -Wmissing-prototypes (linux/byteorder is broken)
6    # -Wmissing-declarations (gcc 2.6.x only)
7    # -Wconversion (breaks inline)
8 -CFLAGS_OPT=-O2
9  CFLAGS=$(CFLAGS_NOOPT) $(CFLAGS_OPT) $(CFLAGS_PRIVATE)
10  CFLAGS_LEX=$(CFLAGS_NOWARN) $(CFLAGS_OPT)
11  CFLAGS_YACC=$(CFLAGS_NOWARN) $(CFLAGS_OPT) -DYY_USE_CONST
12 diff -ur atm.orig/ilmid/Makefile atm/ilmid/Makefile
13 --- atm.orig/ilmid/Makefile     Fri Apr  7 16:25:45 2000
14 +++ atm/ilmid/Makefile  Sat Nov  4 04:31:16 2000
15 @@ -15,7 +15,7 @@
16  do_all: ilmid
17   
18  asn1/libasn1.a: 
19 -       @cd asn1; make
20 +       @cd asn1; make CFLAGS="$(CFLAGS)"
21   
22  ilmid: asn1/libasn1.a $(OBJS)
23         $(CC) $(OBJS) $(LIBS) -o ilmid
24 diff -ur atm.orig/ilmid/asn1/Makefile atm/ilmid/asn1/Makefile
25 --- atm.orig/ilmid/asn1/Makefile        Tue Apr 22 04:10:19 1997
26 +++ atm/ilmid/asn1/Makefile     Wed Dec 29 20:08:15 1999
27 @@ -1,5 +1,4 @@
28  CC = cc
29 -CFLAGS = -O
30  LIBS = 
31  INCLUDES = 
32  SRCS = asn_len.c asn_tag.c asn_int.c asn_octs.c asn_bits.c str_stk.c \
33 --- atm/test/Makefile~  Thu Feb 24 17:08:54 2000
34 +++ atm/test/Makefile   Wed Dec 20 23:36:48 2000
35 @@ -7,7 +7,7 @@
36  include ../Rules.make
37  
38  ttcp_atm.o:            ttcp.c ttcp.o
39 -                       gcc -c -w -O2 -o ttcp_atm.o ttcp.c -I../lib
40 +                       gcc -c -w $(CFLAGS) -o ttcp_atm.o ttcp.c -I../lib
41  
42  ttcp.o:                        # dummy
43                         touch ttcp.o
This page took 0.032185 seconds and 3 git commands to generate.