FS#69016 - [c-client] Does not install imap/linkage.c

Attached to Project: Arch Linux
Opened by Thomas Siebers (tosie) - Thursday, 17 December 2020, 15:57 GMT
Last edited by Pierre Schmitz (Pierre) - Friday, 17 September 2021, 09:56 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Pierre Schmitz (Pierre)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The c-client package does not include installing imap/linkage.c.

This is required for certain dependencies, e.g. building asterisk with certain features enabled (see latest discussion here: https://aur.archlinux.org/packages/asterisk/).

Other distros include imap/linkage.c. (e.g. Alpine https://git.alpinelinux.org/aports/tree/main/imap/APKBUILD). Also see this discussion on Github: https://github.com/facebook/hhvm/issues/257 (search for linkage.c)

To install linkage.c add the following line to the `package_c-client` function in the PKGBUILD:

```
install -m644 c-client/linkage.c "$pkgdir"/usr/include/imap/linkage.c
```

This affects the current version.
This task depends upon

Closed by  Pierre Schmitz (Pierre)
Friday, 17 September 2021, 09:56 GMT
Reason for closing:  Fixed
Additional comments about closing:  Added in c-client-2007f-13
Comment by Thomas Siebers (tosie) - Monday, 15 March 2021, 11:26 GMT
Pierre, is there any way I can help you to resolve this issue?

Loading...