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
1.4
Jason Parker 19 years ago
parent 82c701b0eb
commit cd304a0a76

@ -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

Loading…
Cancel
Save