put linker flags in ASTLDFLAGS where they belong

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44407 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Luigi Rizzo 19 years ago
parent 0ee719e52f
commit 00a6fcb35e

@ -179,7 +179,8 @@ ifeq ($(AST_DEVMODE),yes)
endif
ifneq ($(findstring BSD,$(OSARCH)),)
ASTCFLAGS+=-I/usr/local/include -L/usr/local/lib
ASTCFLAGS+=-I/usr/local/include
ASTLDFLAGS+=-L/usr/local/lib
endif
ifneq ($(PROC),ultrasparc)

Loading…
Cancel
Save