projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9843e16
)
use the CFLAGS from the main Makefile when building libdb1
author
Russell Bryant
<russell@russellbryant.com>
Sun, 18 Jun 2006 20:41:32 +0000
(20:41 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Sun, 18 Jun 2006 20:41:32 +0000
(20:41 +0000)
(issue #7324, with mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34630
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
db1-ast/Makefile
patch
|
blob
|
history
diff --git
a/db1-ast/Makefile
b/db1-ast/Makefile
index
88273a0
..
4f506fc
100644
(file)
--- a/
db1-ast/Makefile
+++ b/
db1-ast/Makefile
@@
-51,8
+51,7
@@
clean-depend:
clean:
rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
-OORG= -O2
-CL= $(CC) -Wall -c -D__DBINTERFACE_PRIVATE $(OORG) -I. -Iinclude
+CL= $(CC) $(CFLAGS) -Wall -c -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude
OSTYPE=$(shell uname -s)
ifeq ($(OSTYPE),SunOS)