From: Luigi Rizzo Date: Wed, 4 Oct 2006 22:50:48 +0000 (+0000) Subject: put linker flags in ASTLDFLAGS where they belong X-Git-Tag: 1.4.0-beta3~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00a6fcb35efadbed6e5f05914c6a5874a9e76cd0;p=thirdparty%2Fasterisk.git 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 --- 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)