]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Help mod_h323 build on wheezy
authorTravis Cross <tc@traviscross.com>
Wed, 31 Oct 2012 15:17:09 +0000 (15:17 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 31 Oct 2012 15:17:40 +0000 (15:17 +0000)
libopenh323-dev is in squeeze and sid, but it doesn't look like it's
going to make it into wheezy at this point.

H323Plus claims to be a drop-in replacement, but this should probably
be tested thoroughly.

Note that mod_h323 is still in the avoid_mods list pending testing to
verify that it builds cleanly on each target.

Thanks-to: Steven Ayre <steveayre@gmail.com>
FS-4567 --resolve

debian/bootstrap.sh
debian/control-modules

index 9b3e9687fd3878a05dd4afc034638f328bc3014c..5307b25573ac779592c80fa390a58462736f2948 100755 (executable)
@@ -176,7 +176,7 @@ Build-Depends:
  wget, pkg-config,
 # configure options
  libssl-dev, unixodbc-dev,
- libncurses5-dev, libjpeg62-dev,
+ libncurses5-dev, libjpeg62-dev | libjpeg8-dev,
  python-dev, erlang-dev,
 # documentation
  doxygen,
index b9f0a5772aa61f198126f302f4aeb22f7ce3acac..1787a81389bc1b3255940f613887b21de236afe0 100644 (file)
@@ -384,7 +384,7 @@ Build-Depends: libx11-dev
 Module: endpoints/mod_h323
 Description: mod_h323
  Adds mod_h323.
-Build-Depends: libopenh323-dev, libpt-dev
+Build-Depends: libopenh323-dev | libh323plus-dev, libpt-dev
 
 Module: endpoints/mod_html5
 Description: HTML5 endpoint module