package/transmission: fix build with UTP
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 17 Oct 2020 19:26:51 +0000 (21:26 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 18 Oct 2020 16:33:52 +0000 (18:33 +0200)
commit60d3b4e5c409b9428101a60969066ce08da76b2d
tree7b5379c280f8ddf7e40d9eb7e21b52c03b4d500e
parent7088cca88299fb3eb9f58112b53908eb0ad2fb4e
package/transmission: fix build with UTP

Update first patch to fix build of transmission 3.00 with UTP. Since
upstream commit f27596238d37 (Include stdbool.h unconditionally),
upstream no longer ever defines HAVE_STDBOOL_H, so we always fallback to
manually defining 'bool' which conflicts with the type used elsewhere in
the code.

Drop our workaround, to always include stdbool.h unconditionally.

Fixes:
 - http://autobuild.buildroot.org/results/bbfb61cf911fb29dcc02626f6eb47fff9e5e64f5

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[yann.morin.1998@free.fr:
  - expand commit log
  - drop commented-out code
  - restore CR-LF line endings in replacement code, as used by upstream
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/transmission/0001-fix-utypes.patch