]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 2 Jul 2004 19:09:20 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eagle-usb-opt.patch -> 1.1

eagle-usb-opt.patch [new file with mode: 0644]

diff --git a/eagle-usb-opt.patch b/eagle-usb-opt.patch
new file mode 100644 (file)
index 0000000..f0701b7
--- /dev/null
@@ -0,0 +1,36 @@
+diff -urN eagle-usb-1.9.8.org/driver/firmware/Makefile eagle-usb-1.9.8/driver/firmware/Makefile
+--- eagle-usb-1.9.8.org/driver/firmware/Makefile       2004-07-02 20:22:52.314722592 +0200
++++ eagle-usb-1.9.8/driver/firmware/Makefile   2004-07-02 22:07:44.682137344 +0200
+@@ -13,7 +13,7 @@
+ -include ../../Makefile.common
+-CFLAGS=-O2 -pipe -Wall -pedantic
++CFLAGS=$(OPT) -pipe -Wall -pedantic
+ POTS_DIR=sagem/pots
+ ISDN_DIR=sagem/isdn
+diff -urN eagle-usb-1.9.8.org/driver/user/Makefile eagle-usb-1.9.8/driver/user/Makefile
+--- eagle-usb-1.9.8.org/driver/user/Makefile   2004-07-02 20:22:52.247732776 +0200
++++ eagle-usb-1.9.8/driver/user/Makefile       2004-07-02 22:08:09.560355280 +0200
+@@ -9,7 +9,7 @@
+ VERSION=$(shell cat ../../VERSION)
+-CFLAGS=-O2 -pipe -Wall -pedantic -DLINUX -g -DCONF_DIR="\"$(EU_DIR)\"" -DBIN_DIR="\"$(EU_DSP_DIR)\"" '-DEAGLEUSBVERSION="$(VERSION)"'
++CFLAGS=$(OPT) -pipe -Wall -pedantic -DLINUX -g -DCONF_DIR="\"$(EU_DIR)\"" -DBIN_DIR="\"$(EU_DSP_DIR)\"" '-DEAGLEUSBVERSION="$(VERSION)"'
+ all: eaglectrl
+diff -urN eagle-usb-1.9.8.org/pppoa/Makefile eagle-usb-1.9.8/pppoa/Makefile
+--- eagle-usb-1.9.8.org/pppoa/Makefile 2004-07-02 20:22:52.126751168 +0200
++++ eagle-usb-1.9.8/pppoa/Makefile     2004-07-02 22:08:30.467176960 +0200
+@@ -18,7 +18,7 @@
+ # Program paths
+ #PPPOA_PATH=$(SBINDIR)/pppoa
+ #PATHS='-DPPPOA_PATH="$(PPPOA_PATH)"' '-DPPPD_PATH="$(PPPD_PATH)"'
+-CFLAGS= -O2 -Wall -Wstrict-prototypes -ansi -pedantic $(DEFINES) $(PATHS)
++CFLAGS=$(OPT) -Wall -Wstrict-prototypes -ansi -pedantic $(DEFINES) $(PATHS)
+ all: pppoa
This page took 0.054289 seconds and 4 git commands to generate.