mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
use the CFLAGS from the main Makefile when building libdb1
(issue #7324, with mods) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34630 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -51,8 +51,7 @@ clean-depend:
|
|||||||
clean:
|
clean:
|
||||||
rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
|
rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
|
||||||
|
|
||||||
OORG= -O2
|
CL= $(CC) $(CFLAGS) -Wall -c -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude
|
||||||
CL= $(CC) -Wall -c -D__DBINTERFACE_PRIVATE $(OORG) -I. -Iinclude
|
|
||||||
|
|
||||||
OSTYPE=$(shell uname -s)
|
OSTYPE=$(shell uname -s)
|
||||||
ifeq ($(OSTYPE),SunOS)
|
ifeq ($(OSTYPE),SunOS)
|
||||||
|
Reference in New Issue
Block a user