mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Adding INCLUDE statement per Bug #672
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1897 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
1
Makefile
1
Makefile
@@ -109,6 +109,7 @@ CFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null
|
|||||||
CFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi)
|
CFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi)
|
||||||
ifeq (${OSARCH},FreeBSD)
|
ifeq (${OSARCH},FreeBSD)
|
||||||
CFLAGS+=-pthread
|
CFLAGS+=-pthread
|
||||||
|
INCLUDE+=-I/usr/local/include
|
||||||
endif
|
endif
|
||||||
ifeq (${OSARCH},OpenBSD)
|
ifeq (${OSARCH},OpenBSD)
|
||||||
CFLAGS+=-pthread
|
CFLAGS+=-pthread
|
||||||
|
Reference in New Issue
Block a user