English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/common-nfo/package/asterisk-12/patches/patch-db1-ast_Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3427 - (show annotations) (download)
Wed Aug 8 11:08:41 2007 UTC (6 years, 6 months ago) by tg
File size: 573 byte(s)
merge in trunk rev. 3426
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)

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20