]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-usb-opt.patch
- use ueagle-atm4.spec
[packages/eagle-usb.git] / eagle-usb-opt.patch
1 diff -urN eagle-usb-1.9.8.org/driver/firmware/Makefile eagle-usb-1.9.8/driver/firmware/Makefile
2 --- eagle-usb-1.9.8.org/driver/firmware/Makefile        2004-07-02 20:22:52.314722592 +0200
3 +++ eagle-usb-1.9.8/driver/firmware/Makefile    2004-07-02 22:07:44.682137344 +0200
4 @@ -13,7 +13,7 @@
5  
6  -include ../../Makefile.common
7  
8 -CFLAGS=-O2 -pipe -Wall -pedantic
9 +CFLAGS=$(OPT) -pipe -Wall -pedantic
10  
11  POTS_DIR=sagem/pots
12  ISDN_DIR=sagem/isdn
13 diff -urN eagle-usb-1.9.8.org/driver/user/Makefile eagle-usb-1.9.8/driver/user/Makefile
14 --- eagle-usb-1.9.8.org/driver/user/Makefile    2004-07-02 20:22:52.247732776 +0200
15 +++ eagle-usb-1.9.8/driver/user/Makefile        2004-07-02 22:08:09.560355280 +0200
16 @@ -9,7 +9,7 @@
17  VERSION=$(shell cat ../../VERSION)
18  
19  
20 -CFLAGS=-O2 -pipe -Wall -pedantic -DLINUX -g -DCONF_DIR="\"$(EU_DIR)\"" -DBIN_DIR="\"$(EU_DSP_DIR)\"" '-DEAGLEUSBVERSION="$(VERSION)"'
21 +CFLAGS=$(OPT) -pipe -Wall -pedantic -DLINUX -g -DCONF_DIR="\"$(EU_DIR)\"" -DBIN_DIR="\"$(EU_DSP_DIR)\"" '-DEAGLEUSBVERSION="$(VERSION)"'
22  
23  all: eaglectrl
24  
25 diff -urN eagle-usb-1.9.8.org/pppoa/Makefile eagle-usb-1.9.8/pppoa/Makefile
26 --- eagle-usb-1.9.8.org/pppoa/Makefile  2004-07-02 20:22:52.126751168 +0200
27 +++ eagle-usb-1.9.8/pppoa/Makefile      2004-07-02 22:08:30.467176960 +0200
28 @@ -18,7 +18,7 @@
29  # Program paths
30  #PPPOA_PATH=$(SBINDIR)/pppoa
31  #PATHS='-DPPPOA_PATH="$(PPPOA_PATH)"' '-DPPPD_PATH="$(PPPD_PATH)"'
32 -CFLAGS= -O2 -Wall -Wstrict-prototypes -ansi -pedantic $(DEFINES) $(PATHS)
33 +CFLAGS=$(OPT) -Wall -Wstrict-prototypes -ansi -pedantic $(DEFINES) $(PATHS)
34  
35  all: pppoa
36  
This page took 0.076726 seconds and 3 git commands to generate.