From 00a6fcb35efadbed6e5f05914c6a5874a9e76cd0 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Wed, 4 Oct 2006 22:50:48 +0000 Subject: [PATCH] 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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7e8031b8a..96d2babf0f 100644 --- a/Makefile +++ b/Makefile @@ -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)