]> git.pld-linux.org Git - packages/atm.git/blame - atm-opt.patch
- back to 0.62 for 2.2 kernels
[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
4@@ -56,7 +56,7 @@
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_OPT=$(RPM_OPT_FLAGS)
10 CFLAGS=$(CFLAGS_NOOPT) $(CFLAGS_OPT) $(CFLAGS_PRIVATE)
11 CFLAGS_LEX=$(CFLAGS_NOWARN) $(CFLAGS_OPT)
12 CFLAGS_YACC=$(CFLAGS_NOWARN) $(CFLAGS_OPT) -DYY_USE_CONST
13diff -ur atm.orig/ilmid/asn1/Makefile atm/ilmid/asn1/Makefile
14--- atm.orig/ilmid/asn1/Makefile Tue Apr 22 04:10:19 1997
15+++ atm/ilmid/asn1/Makefile Wed Dec 29 20:08:15 1999
16@@ -1,5 +1,4 @@
17 CC = cc
18-CFLAGS = -O
19 LIBS =
20 INCLUDES =
21 SRCS = asn_len.c asn_tag.c asn_int.c asn_octs.c asn_bits.c str_stk.c \
This page took 0.085308 seconds and 4 git commands to generate.