From: Jason Parker Date: Thu, 6 Sep 2007 22:05:02 +0000 (+0000) Subject: We added COPTS for ASTCFLAGS additions, but not LDOPTS for ASTLDFLAGS. This adds... X-Git-Tag: 1.4.12~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd304a0a76d1493acc4a17db23b9622b71363937;p=thirdparty%2Fasterisk.git 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 --- 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