[asterisk-commits] qwell: trunk r81827 - in /trunk: ./ Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 6 17:06:17 CDT 2007
Author: qwell
Date: Thu Sep 6 17:06:17 2007
New Revision: 81827
URL: http://svn.digium.com/view/asterisk?view=rev&rev=81827
Log:
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
........
Modified:
trunk/ (props changed)
trunk/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=81827&r1=81826&r2=81827
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Sep 6 17:06:17 2007
@@ -77,8 +77,9 @@
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
More information about the asterisk-commits
mailing list