aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 22:06:17 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 22:06:17 +0000
commitab1df9e704139f372467090c739ba186edbe3687 (patch)
treed977f0ade73f3e40d490382b409a0cb5267e4eba /Makefile
parent253840e36365fb61458fbb0f6a12e3f36a983171 (diff)
Merged revisions 81826 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81826 | qwell | 2007-09-06 17:05:02 -0500 (Thu, 06 Sep 2007) | 1 line We added COPTS for ASTCFLAGS additions, but not LDOPTS for ASTLDFLAGS. This adds LDOPTS ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81827 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3e7e511b..b9d31bfeb 100644
--- a/Makefile
+++ b/Makefile
@@ -77,8 +77,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