Build issue with 1.2.0: sfparse/sfparse.h: No such file or directory
Description:
nghttp3_http.c:35:10: fatal error: sfparse/sfparse.h: No such file or directory
35 | #include "sfparse/sfparse.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [nghttp3_http.lo] Error 1
Additional info:
- package version(s): 1.2.0
- config and/or log files: not neccessary
- link to upstream bug report, if any: https://github.com/ngtcp2/nghttp3/issues/203
Proposed fix:
Change source section to:
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ngtcp2/nghttp3/releases/download/v${pkgver}/nghttp3-${pkgver}.tar.gz") as advised by the upstream developer (https://github.com/ngtcp2/nghttp3/issues/203#issuecomment-1952106372)