diff --git a/libs/pthsem/Makefile b/libs/pthsem/Makefile index 54d7737e1c..5d3effbba9 100644 --- a/libs/pthsem/Makefile +++ b/libs/pthsem/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pthsem PKG_VERSION:=2.0.8 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_MAINTAINER:=Othmar Truniger PKG_LICENSE:=LGPL-2.1+ diff --git a/libs/pthsem/patches/002-fix-signal.h b/libs/pthsem/patches/002-fix-signal.h new file mode 100644 index 0000000000..0e4fdfc7fa --- /dev/null +++ b/libs/pthsem/patches/002-fix-signal.h @@ -0,0 +1,22 @@ +--- a/pth.h.in 2015-07-16 21:14:48.786970549 +0200 ++++ b/pth.h.in 2015-07-16 21:15:22.439416462 +0200 +@@ -43,7 +43,7 @@ + #include /* for struct timespec */ + #include /* for struct timeval */ + #include /* for sockaddr */ +-#include /* for sigset_t */ ++#include /* for sigset_t */ + @EXTRA_INCLUDE_SYS_SELECT_H@ + + /* fallbacks for essential typedefs */ +--- a/pthread.h.in 2015-07-16 21:14:58.948310639 +0200 ++++ b/pthread.h.in 2015-07-16 21:15:40.989869061 +0200 +@@ -111,7 +111,7 @@ + #include /* for ssize_t */ + #include /* for struct timeval */ + #include /* for sockaddr */ +-#include /* for sigset_t */ ++#include /* for sigset_t */ + #include /* for struct timespec */ + #include /* for off_t */ + @EXTRA_INCLUDE_SYS_SELECT_H@