From a3bcbd6d7f94a9f5d80b1be1bf56270c7729198d Mon Sep 17 00:00:00 2001 From: russell Date: Sun, 18 Jun 2006 20:41:32 +0000 Subject: use the CFLAGS from the main Makefile when building libdb1 (issue #7324, with mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34630 f38db490-d61c-443f-a65b-d21fe96a405b --- db1-ast/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'db1-ast') diff --git a/db1-ast/Makefile b/db1-ast/Makefile index 88273a0a9..4f506fc69 100644 --- 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) -- cgit v1.2.3