From: <abe...@us...> - 2016-03-06 14:17:57
|
Revision: 7573 http://sourceforge.net/p/astlinux/code/7573 Author: abelbeck Date: 2016-03-06 14:17:55 +0000 (Sun, 06 Mar 2016) Log Message: ----------- asterisk, remove configuring with 'ac_cv_pthread_rwlock_timedwrlock=no' since that was only needed with uclibc (added in 2009-08-24) and was carried over through the years. Fallback code is called in main/lock.c when HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK is not defined. Ref: http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=blob;f=main/lock.c Added in: https://sourceforge.net/p/astlinux/code/3209/ Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.mk Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2016-03-06 13:24:42 UTC (rev 7572) +++ branches/1.0/package/asterisk/asterisk.mk 2016-03-06 14:17:55 UTC (rev 7573) @@ -47,8 +47,6 @@ ASTERISK_LIBS += -lz endif -TARGET_CONFIGURE_OPTS+=ac_cv_pthread_rwlock_timedwrlock=no - ASTERISK_CONFIGURE_ARGS+= \ --without-sdl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |