2012-10-09 23:36:34 +00:00
|
|
|
--- configure.orig 2012-08-09 20:58:44.000000000 +0200
|
|
|
|
+++ configure 2012-10-09 00:23:16.383254715 +0200
|
|
|
|
@@ -4419,9 +4419,9 @@
|
2010-11-28 19:33:57 +00:00
|
|
|
astheaderdir='${includedir}/asterisk'
|
|
|
|
astlibdir='${libdir}/asterisk'
|
|
|
|
astmandir='${mandir}'
|
|
|
|
-astvarlibdir='${localstatedir}/lib/asterisk'
|
|
|
|
+astvarlibdir='${prefix}/share/asterisk'
|
|
|
|
astdatadir='${astvarlibdir}'
|
|
|
|
-astdbdir='${astvarlibdir}'
|
|
|
|
+astdbdir='${localstatedir}/db/asterisk'
|
|
|
|
astkeydir='${astvarlibdir}'
|
|
|
|
astspooldir='${localstatedir}/spool/asterisk'
|
|
|
|
astlogdir='${localstatedir}/log/asterisk'
|
2012-10-09 23:36:34 +00:00
|
|
|
@@ -4444,8 +4444,6 @@
|
2010-11-28 19:33:57 +00:00
|
|
|
case "${host_os}" in
|
|
|
|
freebsd*)
|
2011-05-10 21:19:34 +00:00
|
|
|
ac_default_prefix=/usr/local
|
2010-11-28 19:33:57 +00:00
|
|
|
- CPPFLAGS=-I/usr/local/include
|
|
|
|
- LDFLAGS=-L/usr/local/lib
|
|
|
|
;;
|
|
|
|
openbsd*)
|
2011-05-10 21:19:34 +00:00
|
|
|
ac_default_prefix=/usr/local
|
2012-10-09 23:36:34 +00:00
|
|
|
@@ -29734,6 +29732,8 @@
|
|
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
2011-01-25 00:34:25 +00:00
|
|
|
/* end confdefs.h. */
|
2012-10-09 23:36:34 +00:00
|
|
|
+#include <sys/types.h>
|
|
|
|
+#include <sys/socket.h>
|
|
|
|
#include <ifaddrs.h>
|
2011-01-25 00:34:25 +00:00
|
|
|
int
|
|
|
|
main ()
|
2012-10-09 23:36:34 +00:00
|
|
|
@@ -47845,7 +47845,7 @@
|
2010-11-28 19:33:57 +00:00
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
- PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}"
|
|
|
|
+ PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}"
|
|
|
|
|
|
|
|
if test "${HAS_OPENH323:-unset}" != "unset"; then
|
2012-10-09 23:36:34 +00:00
|
|
|
{ $as_echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5
|