aboutsummaryrefslogtreecommitdiff
path: root/multimedia/motion
Commit message (Collapse)AuthorAge
* Remove whitespace from conffiles definition in MakefileHannu Nyman2016-05-03
| | | | | | | | | The conffiles definition in Makefile should not contain leading whitespace. Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client. Reference to discussion at #2652 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* motion: fix segmentation fault under musl libcJo-Philipp Wich2015-10-08
| | | | | | | | | | | | | | | | | | | During startup, motion calls pthread_getspecific() through motion_log() before pthread_key_create() has been called yet. This works on glibc and uclibc but segfaults on musl because motion is relying on undefined behaviour here. Move the pthread initialization before motion_startup() so that tls_key_threadnr is initialized when motion_log() is called. Also enforce the use of strerror_r() on musl by defining XSI_STRERROR_R on all non-glibc systems because the supposed replacement code is broken and crashes on musl. References: http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2015x09x30x203633 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* motion: switch to master branchRoger2014-11-05
| | | | | This branch includes some important fixes vs. 3.4.0. Signed-off-by: Roger D <rogerdammit@gmail.com>
* motion: update and switch to recent forkRoger2014-11-04
| | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* motion: remove outdated (?) patchRoger2014-11-04
| | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* motion: add myself as maintainerRoger2014-07-28
| | | | Signed-off-by: Roger D rogerdammit@gmail.com
* motion: add from old packagesRoger2014-07-28
Signed-off-by: Roger D rogerdammit@gmail.com