mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-16 09:52:24 +00:00
Merge "BuildSystem: Add NetBSD."
This commit is contained in:
8
Makefile
8
Makefile
@@ -217,7 +217,9 @@ ifeq ($(AST_DEVMODE),yes)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(findstring BSD,$(OSARCH)),)
|
||||
ifeq ($(OSARCH),NetBSD)
|
||||
_ASTCFLAGS+=-isystem /usr/pkg/include
|
||||
else ifneq ($(findstring BSD,$(OSARCH)),)
|
||||
_ASTCFLAGS+=-isystem /usr/local/include
|
||||
endif
|
||||
|
||||
@@ -284,7 +286,9 @@ else
|
||||
# These are used for all but Darwin
|
||||
SOLINK=-shared
|
||||
DYLINK=$(SOLINK)
|
||||
ifneq ($(findstring BSD,$(OSARCH)),)
|
||||
ifeq ($(OSARCH),NetBSD)
|
||||
_ASTLDFLAGS+=-L/usr/pkg/lib
|
||||
else ifneq ($(findstring BSD,$(OSARCH)),)
|
||||
_ASTLDFLAGS+=-L/usr/local/lib
|
||||
endif
|
||||
endif
|
||||
|
Reference in New Issue
Block a user