summaryrefslogtreecommitdiffstats
path: root/package/libhttpparser/0001-Use-f-option-when-calling-ln-at-install-time.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/libhttpparser: bump version to 2.8.0Martin Bark2018-03-091-13/+17
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libhttpparser: bump to 2.6.0Renaud AUBIN2015-12-011-8/+9
| | | | | | | | The http-parser repository has been transfered from joyent to nodejs. Bump version to 2.6.0. Signed-off-by: Renaud AUBIN <root@renaud.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libhttpparser: New packageRenaud AUBIN2015-08-281-0/+34
http-parser provides a simple C API to parse HTTP responses and requests. This packaging uses the official Joyent repository. [Thomas: - since we're always building the shared library, depend on !BR2_STATIC_LIBS in Config.in. We could build only the static library, but then we would have to do all the lib installation manually. - indent using tabs in Config.in - use 'make install' instead of handcoding the library installation. - use $(TARGET_CONFIGURE_OPTS) instead of just CC= and LD=. - use tabs for indentation in commands instead of spaces - add patch to fix reinstallation.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud