]> git.pld-linux.org Git - packages/atmelwlandriver.git/commitdiff
- fw-upgrade fix.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 19 Jul 2004 10:32:52 +0000 (10:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atmelwlandriver-makefile.patch -> 1.5

atmelwlandriver-makefile.patch

index e4cee0aa5721b624b52e8dfce5bd6dadf871afa9..a5e9492bc06662e20efa29ddfae13cd3f5d66d2f 100644 (file)
@@ -166,3 +166,15 @@ diff -uNr atmelwlandriver.orig/src/apps/cmd_line/Makefile atmelwlandriver/src/ap
 +      $(CC) $(FLAGS1) -I$(INC) -I/usr/include/ncurses -o lvnet $(FLAGS2) cofvnet.c sets.c survey.c 
        @install -m 755 lvnet $(OBJs)/
 -endif
+diff -uNr atmelwlandriver.orig/src/apps/fw-upgrade/Makefile atmelwlandriver/src/apps/fw-upgrade/Makefile
+--- atmelwlandriver.orig/src/apps/fw-upgrade/Makefile  2004-06-05 06:11:18.000000000 +0200
++++ atmelwlandriver/src/apps/fw-upgrade/Makefile       2004-07-19 12:27:38.317960544 +0200
+@@ -7,7 +7,7 @@
+ CCC:=gcc
+ CFLAGS:=$(shell wx-config --cxxflags) 
+ CFLAGS1:=$(shell wx-config --libs)
+-CCFLAGS:= -O2 -Wall -Wstrict-prototypes
++CCFLAGS:=$(OPT)
+ OUTDIR:="/usr/local/bin"
This page took 0.089816 seconds and 4 git commands to generate.