mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 05:40:52 +00:00
put linker flags in ASTLDFLAGS where they belong
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44408 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
Makefile
3
Makefile
@@ -179,7 +179,8 @@ ifeq ($(AST_DEVMODE),yes)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(findstring BSD,$(OSARCH)),)
|
ifneq ($(findstring BSD,$(OSARCH)),)
|
||||||
ASTCFLAGS+=-I/usr/local/include -L/usr/local/lib
|
ASTCFLAGS+=-I/usr/local/include
|
||||||
|
ASTLDFLAGS+=-L/usr/local/lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(PROC),ultrasparc)
|
ifneq ($(PROC),ultrasparc)
|
||||||
|
Reference in New Issue
Block a user