put linker flags in ASTLDFLAGS where they belong

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44408 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Luigi Rizzo 19 years ago
parent 50bcacbdbd
commit d3f886fb14

@ -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