[thirdparty-commits] rmudgett: mISDNuser/trunk r194 - /mISDNuser/trunk/voip/Makefile
SVN commits to the Digium third-party software repository
thirdparty-commits at lists.digium.com
Tue Sep 18 11:07:24 CDT 2012
Author: rmudgett
Date: Tue Sep 18 11:07:20 2012
New Revision: 194
URL: http://svnview.digium.com/svn/thirdparty?view=rev&rev=194
Log:
Add ability to pass linker options from environment.
Modified:
mISDNuser/trunk/voip/Makefile
Modified: mISDNuser/trunk/voip/Makefile
URL: http://svnview.digium.com/svn/thirdparty/mISDNuser/trunk/voip/Makefile?view=diff&rev=194&r1=193&r2=194
==============================================================================
--- mISDNuser/trunk/voip/Makefile (original)
+++ mISDNuser/trunk/voip/Makefile Tue Sep 18 11:07:20 2012
@@ -51,7 +51,7 @@
$(HLIBINCL) $(INETINCL) \
globals.h iapplication.h
$(CC) $(VOIPISDNOBJ) $(ISDNNETLIB) $(mISDNLIB) $(EXTRA_LIB) \
- $(LFLAGS) -o $@
+ $(LDFLAGS) $(LFLAGS) -o $@
rtpacket.o: rtpacket.c rtpacket.h \
$(mISDN_DIR)/include/g711.h
More information about the thirdparty-commits
mailing list