Skip to content
Snippets Groups Projects
Commit 3fbcf6e3 authored by Mark Spencer's avatar Mark Spencer
Browse files

fix bsd compile issue (bug #5731)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 8f965a06
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ CFLAGS+=-fPIC
endif
ifeq ($(findstring BSD,${OSARCH}),BSD)
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
endif
#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.
......
......@@ -37,7 +37,8 @@ else
endif
ifeq ($(findstring BSD,${OSARCH}),BSD)
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
endif
ifeq (${OSARCH},CYGWIN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment