1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00

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>
This commit is contained in:
Florian Fainelli 2017-04-01 17:41:35 -07:00
parent 16750dd412
commit d9b6d1bbc8

View File

@ -0,0 +1,13 @@
Index: pthsem-2.0.8/acinclude.m4
===================================================================
--- pthsem-2.0.8.orig/acinclude.m4
+++ pthsem-2.0.8/acinclude.m4
@@ -894,6 +894,8 @@ changequote(, )dnl
x2.[23456789]* ) ;;
changequote(, )dnl
x3.* ) ;;
+changequote(, )dnl
+ x4.* ) ;;
changequote([, ])
* ) braindead=yes ;;
esac