From cd304a0a76d1493acc4a17db23b9622b71363937 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 6 Sep 2007 22:05:02 +0000 Subject: [PATCH] We added COPTS for ASTCFLAGS additions, but not LDOPTS for ASTLDFLAGS. This adds LDOPTS git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@81826 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0b1f11449..2c08688e4b 100644 --- a/Makefile +++ b/Makefile @@ -76,8 +76,9 @@ ifneq ($(wildcard makeopts),) endif # Some build systems, such as the one in openwrt, like to pass custom target -# CFLAGS in the COPTS variable. +# CFLAGS and LDFLAGS in the COPTS and LDOPTS variables. ASTCFLAGS+=$(COPTS) +ASTLDFLAGS+=$(LDOPTS) #Uncomment this to see all build commands instead of 'quiet' output #NOISY_BUILD=yes