aboutsummaryrefslogtreecommitdiff
path: root/libs/pthsem
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* pthsem: try to fix ARC compilationRosen Penev2021-01-25
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pthsem: Fix compilation with uClibc-ngRosen Penev2019-07-01
| | | | | | Makefile cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* pthsem: Add linux 4.x to supported platformsFlorian Fainelli2017-04-01
| | | | | | | | | | | | | Fixes the following build failures: pth_mctx.c: In function '__pth_mctx_set': pth_mctx.c:480:2: error: #error "Unsupported Linux (g)libc version and/or platform" #error "Unsupported Linux (g)libc version and/or platform" ^ Makefile:991: recipe for target 'pth_mctx.lo' failed Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* pthsem: fix signal.h include pathOthmar Truniger2015-07-16
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* pthsem: fix musl and fortify source compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | This commit addresses two issues encountered while building pthsem for x86_64/musl: 1) Autoconf incorrectly assumes a broken Glibc and thus falls back to Linux compatibility code which runs into an unsupported platform error with musl libc. Since musl provides a proper implementation of `sigaltstack(2)`, force configure to use the POSIX compliant code when musl libc is used. 2) The `pth_syscall.c` file undefines various libc function names which breaks the indirection set up by fortify-source headers, therefore forcibly disable fortify source in the OpenWrt Makefile. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* pthsem: streamline makefileOthmar Truniger2015-03-11
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* pthsem: fix Makefile to use TABs instead of spacesOthmar Truniger2015-01-03
| | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* pthsem: updated MakefileOthmar Truniger2014-12-31
| | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* pthsem: add patch for linux 3.xOthmar Truniger2014-12-31
| | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* pthsem: add Makefile for new packageOthmar Truniger2014-12-31
should replace the one in old packages Signed-off-by: Othmar Truniger <github@truniger.ch>