[packages/nodejs] use system http parser library

glen glen at pld-linux.org
Mon Apr 8 00:17:56 CEST 2013


commit e427e9b0dede18e7f7610ea7bbd9cf850d63dbd7
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Apr 8 01:17:44 2013 +0300

    use system http parser library

 nodejs.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/nodejs.spec b/nodejs.spec
index 3629394..46cd39d 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -15,6 +15,7 @@ Patch5:		uv-fpic.patch
 URL:		http://www.nodejs.org/
 BuildRequires:	c-ares-devel
 BuildRequires:	gcc >= 5:4.0
+BuildRequires:	http-parser-devel >= 2.0
 BuildRequires:	libstdc++-devel
 BuildRequires:	libuv-devel >= %{version}
 BuildRequires:	openssl-devel
@@ -85,6 +86,7 @@ export PYTHONPATH=tools
 	--shared-openssl \
 	--shared-cares \
 	--shared-libuv \
+	--shared-http-parser \
 	--without-npm \
 	--without-dtrace \
 	--prefix=%{_prefix}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nodejs.git/commitdiff/e427e9b0dede18e7f7610ea7bbd9cf850d63dbd7



More information about the pld-cvs-commit mailing list