[asterisk-commits] moy: branch moy/mfcr2-1.2 r178065 - /team/moy/mfcr2-1.2/channels/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Feb 23 12:36:51 CST 2009


Author: moy
Date: Mon Feb 23 12:36:50 2009
New Revision: 178065

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=178065
Log:
updated openr2 version check

Modified:
    team/moy/mfcr2-1.2/channels/Makefile

Modified: team/moy/mfcr2-1.2/channels/Makefile
URL: http://svn.digium.com/svn-view/asterisk/team/moy/mfcr2-1.2/channels/Makefile?view=diff&rev=178065&r1=178064&r2=178065
==============================================================================
--- team/moy/mfcr2-1.2/channels/Makefile (original)
+++ team/moy/mfcr2-1.2/channels/Makefile Mon Feb 23 12:36:50 2009
@@ -107,7 +107,7 @@
   ZAPPRI=-lpri
 endif
 
-ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/lib/libopenr2.so.0)$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/lib/libopenr2.so.0),)
+ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/lib/libopenr2.so.1)$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/lib/libopenr2.so.1),)
   CFLAGS+=-DHAVE_OPENR2
   ZAPR2=-lopenr2
 endif




More information about the asterisk-commits mailing list