- Dec 07, 2017
-
-
Sebastian Kemper authored
re and baresip builds for 32bit x86 targets are currently failing: build-i386/sip/auth.o: In function `sip_auth_encode': /build/lede-snapshots/i386_pentium/build/sdk/build_dir/target-i386_pentium_musl/re-0.5.6/src/sip/auth.c:279: undefined reference to `__stack_chk_fail_local' The undefined references occur because there is no linking done to ssp. Fix this by setting LD to TARGET_CC, so ld is not called directly. This also means one patch is not needed anymore. Do the same for rem and restund as they basically all share the same build system. Compile-tested for x86, x86_64 and mips. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Nov 28, 2017
-
-
Sebastian Kemper authored
The avcodec module needs a depend on libx264. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Nov 26, 2017
-
-
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>
-
- Nov 07, 2017
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <jiri@slachta.eu>
-
- Sep 12, 2017
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <jiri@slachta.eu>
-
- Jan 07, 2017
-
-
Daniel Engberg authored
Update to 0.5.0 Remove Speex as it's being obsoleted by upstream. Add Opus to replace Speex Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
- May 31, 2016
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- May 20, 2016
-
-
Alfred E. Heggestad authored
-
- Apr 05, 2016
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Aug 12, 2015
-
-
Jiri Slachta authored
- upgrade baresip to 0.4.14 - uuid module is now part of the core-baresip - add building of dtmfio module Signed-off-By:
Alfred E. Heggestad <aeh@db.org> Acked-by:
Jiri Slachta <slachta@cesnet.cz> Tested-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Jul 22, 2015
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Jun 28, 2015
-
-
Daniel Golle authored
alsa-lib needs _GNU_SOURCE to be set for integer types to be defined. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
- Jan 04, 2015
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Dec 28, 2014
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Nov 04, 2014
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Oct 28, 2014
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Aug 11, 2014
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Aug 05, 2014
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Jun 26, 2014
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Mar 26, 2014
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Jan 30, 2014
-
-
Jiri Slachta authored
added some core modules that are required for basic operation: account.so SIP account file parser contact.so Contact list (address book) menu.so Interactive menu Signed-off-by:
Alfred E. Heggestad <aeh@db.org> [slachta@cesnet.cz: simplified patch] Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Jan 29, 2014
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Oct 16, 2013
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Sep 07, 2013
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Jun 21, 2013
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Jun 02, 2013
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Apr 04, 2013
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-