]> git.pld-linux.org Git - packages/atm.git/blame - atm-opt.patch
- updated
[packages/atm.git] / atm-opt.patch
CommitLineData
09d9e993
JR
1diff -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
66d81a63 4@@ -56,7 +56,6 @@
09d9e993
JR
5 # -Wmissing-prototypes (linux/byteorder is broken)
6 # -Wmissing-declarations (gcc 2.6.x only)
7 # -Wconversion (breaks inline)
8-CFLAGS_OPT=-O2
09d9e993
JR
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
66d81a63
JR
12diff -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
09d9e993
JR
24diff -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 \
This page took 0.034577 seconds and 4 git commands to generate.