mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
Add dependency on libuuid, for res_rtp_asterisk
pjproject is what actually requires libuuid. (closes issue ASTERISK-21125) reported by Private Name (Ed. note: Really? Private Name? I am rolling my eyes so hard right now.) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@385356 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -63,6 +63,7 @@ SUPPSERV=@PBX_SUPPSERV@
|
|||||||
SYSLOG=@PBX_SYSLOG@
|
SYSLOG=@PBX_SYSLOG@
|
||||||
TONEZONE=@PBX_TONEZONE@
|
TONEZONE=@PBX_TONEZONE@
|
||||||
UNIXODBC=@PBX_UNIXODBC@
|
UNIXODBC=@PBX_UNIXODBC@
|
||||||
|
UUID=@PBX_UUID@
|
||||||
VORBIS=@PBX_VORBIS@
|
VORBIS=@PBX_VORBIS@
|
||||||
VPB=@PBX_VPB@
|
VPB=@PBX_VPB@
|
||||||
WINARCH=@PBX_WINARCH@
|
WINARCH=@PBX_WINARCH@
|
||||||
|
|||||||
@@ -474,6 +474,7 @@ AST_EXT_LIB_SETUP([TIMERFD], [timerfd], [timerfd])
|
|||||||
AST_EXT_LIB_SETUP([TINFO], [Term Info], [tinfo])
|
AST_EXT_LIB_SETUP([TINFO], [Term Info], [tinfo])
|
||||||
AST_EXT_LIB_SETUP([TONEZONE], [tonezone], [tonezone])
|
AST_EXT_LIB_SETUP([TONEZONE], [tonezone], [tonezone])
|
||||||
AST_EXT_LIB_SETUP([UNIXODBC], [unixODBC], [unixodbc])
|
AST_EXT_LIB_SETUP([UNIXODBC], [unixODBC], [unixodbc])
|
||||||
|
AST_EXT_LIB_SETUP([UUID], [UUID], [uuid])
|
||||||
AST_EXT_LIB_SETUP([VORBIS], [Vorbis], [vorbis])
|
AST_EXT_LIB_SETUP([VORBIS], [Vorbis], [vorbis])
|
||||||
AST_EXT_LIB_SETUP([VPB], [Voicetronix API], [vpb])
|
AST_EXT_LIB_SETUP([VPB], [Voicetronix API], [vpb])
|
||||||
AST_EXT_LIB_SETUP([X11], [X11], [x11])
|
AST_EXT_LIB_SETUP([X11], [X11], [x11])
|
||||||
@@ -2200,6 +2201,8 @@ fi
|
|||||||
|
|
||||||
AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [dahdi/tonezone.h], [${tonezone_extra} ${DAHDI_INCLUDE}])
|
AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [dahdi/tonezone.h], [${tonezone_extra} ${DAHDI_INCLUDE}])
|
||||||
|
|
||||||
|
AST_EXT_LIB_CHECK([UUID], [uuid], [uuid_generate_random], [uuid/uuid.h])
|
||||||
|
|
||||||
if test "${OSARCH}" = "OpenBSD";
|
if test "${OSARCH}" = "OpenBSD";
|
||||||
then
|
then
|
||||||
AST_EXT_LIB_CHECK([VORBIS], [vorbis], [vorbis_info_init], [vorbis/codec.h], [-lm -lvorbisenc -lvorbisfile -logg])
|
AST_EXT_LIB_CHECK([VORBIS], [vorbis], [vorbis_info_init], [vorbis/codec.h], [-lm -lvorbisenc -lvorbisfile -logg])
|
||||||
|
|||||||
@@ -1016,6 +1016,9 @@
|
|||||||
/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
|
/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
|
||||||
#undef HAVE_UTIME_NULL
|
#undef HAVE_UTIME_NULL
|
||||||
|
|
||||||
|
/* Define to 1 if you have the UUID library. */
|
||||||
|
#undef HAVE_UUID
|
||||||
|
|
||||||
/* Define to 1 if your system can support larger than default select bitmasks.
|
/* Define to 1 if your system can support larger than default select bitmasks.
|
||||||
*/
|
*/
|
||||||
#undef HAVE_VARIABLE_FDSET
|
#undef HAVE_VARIABLE_FDSET
|
||||||
@@ -1226,11 +1229,6 @@
|
|||||||
/* Define to 1 if running on Darwin. */
|
/* Define to 1 if running on Darwin. */
|
||||||
#undef _DARWIN_UNLIMITED_SELECT
|
#undef _DARWIN_UNLIMITED_SELECT
|
||||||
|
|
||||||
/* Enable large inode numbers on Mac OS X 10.5. */
|
|
||||||
#ifndef _DARWIN_USE_64_BIT_INODE
|
|
||||||
# define _DARWIN_USE_64_BIT_INODE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||||
#undef _FILE_OFFSET_BITS
|
#undef _FILE_OFFSET_BITS
|
||||||
|
|
||||||
|
|||||||
@@ -283,6 +283,9 @@ TONEZONE_LIB=@TONEZONE_LIB@
|
|||||||
UNIXODBC_INCLUDE=@UNIXODBC_INCLUDE@
|
UNIXODBC_INCLUDE=@UNIXODBC_INCLUDE@
|
||||||
UNIXODBC_LIB=@UNIXODBC_LIB@
|
UNIXODBC_LIB=@UNIXODBC_LIB@
|
||||||
|
|
||||||
|
UUID_INCLUDE=@UUID_INCLUDE@
|
||||||
|
UUID_LIB=@UUID_LIB@
|
||||||
|
|
||||||
VORBIS_INCLUDE=@VORBIS_INCLUDE@
|
VORBIS_INCLUDE=@VORBIS_INCLUDE@
|
||||||
VORBIS_LIB=@VORBIS_LIB@
|
VORBIS_LIB=@VORBIS_LIB@
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*** MODULEINFO
|
/*** MODULEINFO
|
||||||
|
<depend>uuid</depend>
|
||||||
<support_level>core</support_level>
|
<support_level>core</support_level>
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user