From 6d805dc04ba180f531cabe780b1187352609395f Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 3 Jun 2013 15:57:42 +0000 Subject: Correct autoconf script for finding UUID support. The library that provides UUID support varies greatly from system to system. On most Linux distros, it's in libuuid. On OpenBSD, it's in libe2fs-uuid. On OS X, it is in libsystem. This patch plays hide-and-seek with UUID support, looking for it in the three places we know about. It also corrects the Makefile so that it uses the configured library name and include path. (closes issue ASTERISK-21816) Reported by: Brad Latus (snuffy) Tested by: Brad Latus (snuffy) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390352 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- makeopts.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index ad42e293f..95e69b817 100644 --- a/makeopts.in +++ b/makeopts.in @@ -290,6 +290,9 @@ TONEZONE_LIB=@TONEZONE_LIB@ UNIXODBC_INCLUDE=@UNIXODBC_INCLUDE@ UNIXODBC_LIB=@UNIXODBC_LIB@ +UUID_INCLUDE=@UUID_INCLUDE@ +UUID_LIB=@UUID_LIB@ + VORBIS_INCLUDE=@VORBIS_INCLUDE@ VORBIS_LIB=@VORBIS_LIB@ -- cgit v1.2.3