| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Robert N <nrobert13@gmail.com>
|
|
|
|
|
|
| |
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
| |
Doesn't seem to be needed for this package but it does fix several
warnings.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove upstreamed patch.
Added patch to remove man and po stuff to fix compilation and speed up
the build.
Added PKG_BUILD_PARALLEL for faster builds.
Added PKG_INSTALL for consistency between packages. Used those install
paths as well to make it easier.
Other small cleanups for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
Streaming was broken since version 4.2. Backport upstream fix.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
| |
Reported on OpenWrt forums
https://forum.openwrt.org/t/motion-segmentation-fault-after-upgrade-to-4-14-68/21276
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
Simpler.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
| |
Signed-off-by: Roger D <rogerdammit@gmail.com>
|
|
Signed-off-by: Roger D rogerdammit@gmail.com
|