let ipkg fail when a package file to be installed is not found
[openwrt/openwrt.git] / openwrt / package / asterisk / patches / asterisk-1.2.1-Makefile-codecs-ilbc.patch
1 diff -ruN asterisk-1.2.1-old/codecs/ilbc/Makefile asterisk-1.2.1-new/codecs/ilbc/Makefile
2 --- asterisk-1.2.1-old/codecs/ilbc/Makefile 2005-11-29 19:24:39.000000000 +0100
3 +++ asterisk-1.2.1-new/codecs/ilbc/Makefile 2005-12-16 19:24:36.000000000 +0100
4 @@ -1,5 +1,5 @@
5 ARCH=$(PROC)
6 -CFLAGS+=-Wall -O3 -funroll-loops
7 +CFLAGS+=-Wall $(OPTIMIZE) -funroll-loops
8 ifneq (${OSARCH},CYGWIN)
9 CFLAGS += -fPIC
10 endif
11 @@ -15,8 +15,8 @@
12
13
14 $(LIB): $(OBJS)
15 - ar cr $(LIB) $(OBJS)
16 - ranlib $(LIB)
17 + $(AR) cr $(LIB) $(OBJS)
18 + $(RANLIB) $(LIB)
19
20 clean:
21 rm -f $(LIB) *.o