mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
Help mod_h323 build on wheezy
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
This commit is contained in:
2
debian/bootstrap.sh
vendored
2
debian/bootstrap.sh
vendored
@@ -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,
|
||||
|
Reference in New Issue
Block a user