[asterisk-commits] mmichelson: branch mmichelson/res_timing_timerfd r157003 - in /team/mmichelso...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Nov 14 16:23:25 CST 2008


Author: mmichelson
Date: Fri Nov 14 16:23:25 2008
New Revision: 157003

URL: http://svn.digium.com/view/asterisk?view=rev&rev=157003
Log:
I apparently need to use AST_EXT_LIB_SETUP for timerfd
support


Modified:
    team/mmichelson/res_timing_timerfd/configure
    team/mmichelson/res_timing_timerfd/configure.ac
    team/mmichelson/res_timing_timerfd/include/asterisk/autoconfig.h.in

Modified: team/mmichelson/res_timing_timerfd/configure.ac
URL: http://svn.digium.com/view/asterisk/team/mmichelson/res_timing_timerfd/configure.ac?view=diff&rev=157003&r1=157002&r2=157003
==============================================================================
--- team/mmichelson/res_timing_timerfd/configure.ac (original)
+++ team/mmichelson/res_timing_timerfd/configure.ac Fri Nov 14 16:23:25 2008
@@ -277,6 +277,7 @@
 AST_EXT_LIB_SETUP([VPB], [Voicetronix API], [vpb])
 AST_EXT_LIB_SETUP([X11], [X11 support], [x11])
 AST_EXT_LIB_SETUP([ZLIB], [zlib], [z])
+AST_EXT_LIB_SETUP([TIMERFD], [timerfd], [timerfd])
 
 # check for basic system features and functionality before
 # checking for package libraries

Modified: team/mmichelson/res_timing_timerfd/include/asterisk/autoconfig.h.in
URL: http://svn.digium.com/view/asterisk/team/mmichelson/res_timing_timerfd/include/asterisk/autoconfig.h.in?view=diff&rev=157003&r1=157002&r2=157003
==============================================================================
--- team/mmichelson/res_timing_timerfd/include/asterisk/autoconfig.h.in (original)
+++ team/mmichelson/res_timing_timerfd/include/asterisk/autoconfig.h.in Fri Nov 14 16:23:25 2008
@@ -1209,6 +1209,9 @@
 #ifndef _POSIX_PTHREAD_SEMANTICS
 # undef _POSIX_PTHREAD_SEMANTICS
 #endif
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
 
 /* Define like PROTOTYPES; this can be used by system headers. */
 #undef __PROTOTYPES




More information about the asterisk-commits mailing list