- Dec 05, 2017
-
-
Sebastian Kemper authored
Currently the menuselect calls, for each category or item, step into a directory and call menuselect once. So if all packages are build menuselect will be called hundreds of times and as many directory changes will be done. Instead step into the directory only once, then generate the argument string by iteratively adding to it and then call menuselect once. The speedup is big. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Currently the menuselect calls, for each category or item, step into a directory and call menuselect once. So if all packages are build menuselect will be called hundreds of times and as many directory changes will be done. Instead step into the directory only once, then generate the argument string by iteratively adding to it and then call menuselect once. The speedup is big. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
The way CONFIGURE_ARGS are done for srtp and pjproect does not take into account that more than one package depends on them. This can result in build failures. So add ifeqs to test properly if --with or --without is required. This commit also adds CONFIGURE_ARGS checks for: alsa (asound) portaudio speex speexdsp Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
The way CONFIGURE_ARGS are done for srtp and pjproect does not take into account that more than one package depends on them. This can result in build failures. So add ifeqs to test properly if --with or --without is required. This commit also adds CONFIGURE_ARGS checks for: alsa (asound) portaudio speex speexdsp Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Dec 03, 2017
-
-
Jiri Slachta authored
asterisk: add samples, modules, utilities and a dep
-
Jiri Slachta authored
chan-lantiq: revert (non-working) hack, add Asterisk 15 variant
-
Sebastian Kemper authored
With libcap support Asterisk is able to set the TOS bits even when dropping its privileges to a non-root user. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
With libcap support Asterisk is able to set the TOS bits even when dropping its privileges to a non-root user. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Adds the command line tools that ship with Asterisk as optional packages. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Adds modules that aren't deprecated. These include dependencies and configuration files. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Adds some missing config files. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Adds the command line tools that ship with Asterisk as optional packages. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Adds modules that aren't deprecated. These include dependencies and configuration files. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Adds some missing config files. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
@kochstefan got the module to work on Asterisk 15. Update the Makefile and include the new variant. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
The hack does not work on the buildbots. In the SDK the other packages' Makefiles and patch directories aren't available, hence the hack fails. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <jiri@slachta.eu>
-
- Dec 02, 2017
-
-
Jiri Slachta authored
chan-lantiq: setup Lantiq kernel headers locally
-
Jiri Slachta authored
Asterisk: Prevent building of all default modules
-
Jiri Slachta authored
asterisk-15.x: add 053-musl-mutex-init.patch
-
Jiri Slachta authored
baresip: add missing dependency
-
- Nov 28, 2017
-
-
Sebastian Kemper authored
The avcodec module needs a depend on libx264. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
This adds a mechanism that disables all modules by default and then enables only the modules needed for the packages selected, resulting in less build time. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
This adds a mechanism that disables all modules by default and then enables only the modules needed for the packages selected, resulting in less build time. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
@kochstefan pointed out that asterisk 15 doesn't load any modules. It turned out that this happens because of patch that was dropped. Add the patch again. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Nov 27, 2017
-
-
Jiri Slachta authored
asterisk-chan-sccp: improve package
-
Jiri Slachta authored
New PR: re, rem, restund and baresip
-
- Nov 26, 2017
-
-
Sebastian Kemper authored
- remove some whitespaces - install only the configuration example from the source instead of the locally kept files (which are probably outdated anyway) - add a comment explaining the iostream hack - use proper install routine instead of "$(CP)" Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
The package currently fails to build because librem headers cannot be found. For reasons unknown baresip searches in SYSROOT instead of SYSROOT_ALT for them. Fix this by patching the Makefile. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
ld expects '-shared' when called with '--export-dynamic'. Patch the Makefile accordingly. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Add some more modules to the Makefile. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
- improve routine regarding dependencies - improve module descriptions Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Remove unneeded variables, whitespaces and trailing slashes, use specific INSTALL directive instead of "$(CP)". Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Change from custom make call to using the default Build/Compile routine. This applies the standard memory corruption mitigation methods, e.g. FORTIFY_SOURCE and RELRO, to the package if they are enabled (default). Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
ld expects '-shared' when called with '--export-dynamic'. Patch the Makefile accordingly. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
- add missing modules to base package - improve module DEPENDS handling routine Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Remove unneeded variables, dependencies, whitespaces and trailing slashes, use specific INSTALL directive instead of "$(CP)". Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Change from custom make call to using the default Build/Compile routine. This applies the standard memory corruption mitigation methods, e.g. FORTIFY_SOURCE and RELRO, to the package if they are enabled (default). Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Remove unneeded variables, whitespaces, depends and trailing slashes. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Change from custom make call to using the default Build/Compile routine. This applies the standard memory corruption mitigation methods, e.g. FORTIFY_SOURCE and RELRO, to the package if they are enabled (default). Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-