<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/pthsem/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-04-30T06:50:41Z</updated>
<entry>
<title>pthsem: fix compilation with autoconf &gt;= 2.71</title>
<updated>2025-04-30T06:50:41Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-04-29T23:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8518af47e650c5c90ae59b948adb560b4c344b44'/>
<id>urn:sha1:8518af47e650c5c90ae59b948adb560b4c344b44</id>
<content type='text'>
Sort of upstream backport.

Remove sjlj patches. These were fixed by overriding the var.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>pthsem: try to fix ARC compilation</title>
<updated>2021-01-26T06:59:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-01-26T06:59:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b67524aa174b1e41ff3353459d427f889658d687'/>
<id>urn:sha1:b67524aa174b1e41ff3353459d427f889658d687</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>pthsem: Fix compilation with uClibc-ng</title>
<updated>2019-07-01T18:19:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-01T18:19:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=145e9942e21544db341019430e48104a0abc13cc'/>
<id>urn:sha1:145e9942e21544db341019430e48104a0abc13cc</id>
<content type='text'>
Makefile cleanups for consistency between packages.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
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 &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>pthsem: fix signal.h include path</title>
<updated>2015-07-16T19:29:19Z</updated>
<author>
<name>Othmar Truniger</name>
</author>
<published>2015-07-16T19:29:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fce4da5b67266572825187090cb88a21b1465959'/>
<id>urn:sha1:fce4da5b67266572825187090cb88a21b1465959</id>
<content type='text'>
Signed-off-by: Othmar Truniger &lt;github@truniger.ch&gt;
</content>
</entry>
<entry>
<title>pthsem: fix musl and fortify source compatibility</title>
<updated>2015-06-26T10:13:03Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-06-26T09:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f1fbc7f51e0f82e2be2ed310a5e2df70cfb237db'/>
<id>urn:sha1:f1fbc7f51e0f82e2be2ed310a5e2df70cfb237db</id>
<content type='text'>
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 &lt;jow@openwrt.org&gt;
</content>
</entry>
<entry>
<title>pthsem: streamline makefile</title>
<updated>2015-03-11T22:10:10Z</updated>
<author>
<name>Othmar Truniger</name>
</author>
<published>2015-03-11T22:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4d393adb672c56dddb5eeb24d12c5b032947edeb'/>
<id>urn:sha1:4d393adb672c56dddb5eeb24d12c5b032947edeb</id>
<content type='text'>
Signed-off-by: Othmar Truniger &lt;github@truniger.ch&gt;
</content>
</entry>
<entry>
<title>remove uneeded PKG_BUILD_DIR &amp; PKG_CAT overrides</title>
<updated>2015-02-22T01:37:56Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2015-02-22T01:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e24dfafb01a8cfa011fa4c15a8db3cac89094266'/>
<id>urn:sha1:e24dfafb01a8cfa011fa4c15a8db3cac89094266</id>
<content type='text'>
Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;
</content>
</entry>
<entry>
<title>pthsem: fix Makefile to use TABs instead of spaces</title>
<updated>2015-01-03T14:55:36Z</updated>
<author>
<name>Othmar Truniger</name>
</author>
<published>2015-01-03T14:55:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c84451ee7eb5f6eaef1d194cddc442816e62db2f'/>
<id>urn:sha1:c84451ee7eb5f6eaef1d194cddc442816e62db2f</id>
<content type='text'>
Signed-off-by: Othmar Truniger &lt;github@truniger.ch&gt;</content>
</entry>
<entry>
<title>pthsem: updated Makefile</title>
<updated>2014-12-31T12:56:28Z</updated>
<author>
<name>Othmar Truniger</name>
</author>
<published>2014-12-31T12:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1b32623c5ac59686fece2cb7cf948c4fa9d14c48'/>
<id>urn:sha1:1b32623c5ac59686fece2cb7cf948c4fa9d14c48</id>
<content type='text'>
Signed-off-by: Othmar Truniger &lt;github@truniger.ch&gt;</content>
</entry>
</feed>
