root/trunk/freewrt/package/asterisk-12/patches/patch-db1-ast_Makefile

Revision 3291, 0.6 kB (checked in by tg, 5 years ago)

submitted these upstream on behalf of wbx@

Line 
1 $FreeWRT$
2
3         seems like someone missed adding this here
4
5         submitted upstream as http://bugs.digium.com/view.php?id=10252
6
7 --- asterisk-1.2.14.orig/db1-ast/Makefile       2006-04-30 16:27:56.000000000 +0200
8 +++ asterisk-1.2.14/db1-ast/Makefile    2007-01-31 01:39:20.000000000 +0100
9 @@ -46,7 +46,7 @@ clean:
10         rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
11  
12  OORG=  -O2
13 -CL=    $(CC) -Wall -c -D__DBINTERFACE_PRIVATE $(OORG) -I. -Iinclude
14 +CL=    $(CC) -Wall -c -D__DBINTERFACE_PRIVATE ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} $(OORG) -I. -Iinclude
15  
16  OSTYPE=$(shell uname -s)
17  ifeq ($(OSTYPE),SunOS)
Note: See TracBrowser for help on using the browser.