patch file cleanup... ick.. kaloz you owe me some love
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6526 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
24
multimedia/palantir/patches/001-opt_flags.patch
Normal file
24
multimedia/palantir/patches/001-opt_flags.patch
Normal file
@ -0,0 +1,24 @@
|
||||
diff -ruN palantir-2.6-old/server/Makefile palantir-2.6-new/server/Makefile
|
||||
--- palantir-2.6-old/server/Makefile 2005-09-02 14:33:50.000000000 +0200
|
||||
+++ palantir-2.6-new/server/Makefile 2006-10-27 23:53:10.000000000 +0200
|
||||
@@ -47,7 +47,7 @@
|
||||
.PHONY : tools man
|
||||
|
||||
|
||||
-CFLAGS= -Wall -D_REENTRANT -O3 -g
|
||||
+CFLAGS= -Wall -D_REENTRANT $(COPTS)
|
||||
CC= gcc
|
||||
libjpeg= -ljpeg
|
||||
|
||||
diff -ruN palantir-2.6-old/server/libgsm/Makefile palantir-2.6-new/server/libgsm/Makefile
|
||||
--- palantir-2.6-old/server/libgsm/Makefile 2005-08-14 00:16:27.000000000 +0200
|
||||
+++ palantir-2.6-new/server/libgsm/Makefile 2006-10-27 23:53:44.000000000 +0200
|
||||
@@ -51,7 +51,7 @@
|
||||
endif
|
||||
|
||||
CC += -ansi -pedantic
|
||||
-CCFLAGS = -c -O2 -DNeedFunctionPrototypes=1
|
||||
+CCFLAGS = -c $(COPTS) -DNeedFunctionPrototypes=1
|
||||
|
||||
LD = $(CC)
|
||||
|
Reference in New Issue
Block a user