Commit Graph

10 Commits

Author SHA1 Message Date
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Florian Fainelli d9b6d1bbc8 pthsem: Add linux 4.x to supported platforms
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>
2017-04-01 18:07:44 -07:00
Othmar Truniger fce4da5b67 pthsem: fix signal.h include path
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-07-16 21:29:19 +02:00
Jo-Philipp Wich f1fbc7f51e pthsem: fix musl and fortify source compatibility
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>
2015-06-26 12:13:03 +02:00
Othmar Truniger 4d393adb67 pthsem: streamline makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-11 23:10:10 +01:00
Nicolas Thill e24dfafb01 remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Othmar Truniger c84451ee7e pthsem: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 15:55:36 +01:00
Othmar Truniger 1b32623c5a pthsem: updated Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 13:56:28 +01:00
Othmar Truniger c44dfcf4ec pthsem: add patch for linux 3.x
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:04:55 +01:00
Othmar Truniger 9fe2d12df9 pthsem: add Makefile for new package
should replace the one in old packages

Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:03:15 +01:00