Lately configure is recreated from configure.ac. The current patch changes configure. So we patch it, then it gets recreated and our change is gone. So patch configure.ac instead. Without this change the build fails due to an undefined reference to res_nsearch.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Clean up asterisk-11.x package and fix host-tools (menuselect)
similar to how asterisk-13.x is built.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* update to 11.18.0
* GNU specific glob extenions are not availble on musl, don't
use them.
* PTHREAD_MUTEX_FAST_NP also isn't available, use fallback mutex
types instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
comment-out left-overs of broken GTalk support, so build no
longers breaks looking for libiksemel if SDK is set.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Asterisk's build-system tries to build against libneon on host if
headers are found. This is unintended and breaks the build.
Explicetely disable neon and neon29 detection to fix that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Asterisk's build-system tries to build against libneon on host if
headers are found. This is unintended and breaks the build.
Explicetely disable neon and neon29 detection to fix that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Add the depensies for the chan_sip modul bacause chan_sip dos not function with out it.
Signed-off-by: Sven Pietack <redfox1977@users.noreply.github.com>
remove the chan_bridge.so depencies for copy file into packet. The so does not exists any more...
After apply the patch, the build process will work...
Signed-off-by: Sven Pietack <redfox1977@users.noreply.github.com>
Add the missing Confbridge and it brings the bridge_simple.so to activate the sip module.
Without the bridge_simple.so can not make calls via sip it.
Signed-off-by: redFOX1977 <redfox1977@users.noreply.github.com>
1. Update to FS Git HEAD 464d8ab91086715a2ec7eb1fb9a2d2cb53377eb7
2. Revert Config.in file to before GitHUB.
3. Revert dependency to libsrtp before GitHUB.
4. Add patch from Bluemax <bluemax@users.noreply.github.com> to libs/apr/configure.ac to disable TCP_NODELAY_WITH_CORK when cross compile.
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
this seems to fix a strange error where the last stage
cannot find libgcc.a or libgcc.so
only compile tested
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>