aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 22:05:02 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-06 22:05:02 +0000
commit8ef479953a87eab3b9424e0e89b72f027556c2d9 (patch)
treeec10893d91301e0307bf509bcfd4faa82e8015fb /Makefile
parentfbe95dd089d7a4bf1f70df13350889c4211ebd4d (diff)
We added COPTS for ASTCFLAGS additions, but not LDOPTS for ASTLDFLAGS. This adds LDOPTS
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@81826 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 f0b1f1144..2c08688e4 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