[svn-commits] trunk r34630 - /trunk/db1-ast/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sun Jun 18 13:41:33 MST 2006
Author: russell
Date: Sun Jun 18 15:41:32 2006
New Revision: 34630
URL: http://svn.digium.com/view/asterisk?rev=34630&view=rev
Log:
use the CFLAGS from the main Makefile when building libdb1
(issue #7324, with mods)
Modified:
trunk/db1-ast/Makefile
Modified: trunk/db1-ast/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/db1-ast/Makefile?rev=34630&r1=34629&r2=34630&view=diff
==============================================================================
--- trunk/db1-ast/Makefile (original)
+++ trunk/db1-ast/Makefile Sun Jun 18 15:41:32 2006
@@ -51,8 +51,7 @@
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)
More information about the svn-commits
mailing list