[packages/nodejs] BR: openssl-devel, pkgconfig, zlib-devel

glen glen at pld-linux.org
Sun Apr 7 23:24:45 CEST 2013


commit cd4c73aa67b1718f2b19e92eaf10cd321b494226
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Apr 8 00:23:23 2013 +0300

    BR: openssl-devel, pkgconfig, zlib-devel
    
    AUTO: -- Package openssl was not found in the pkg-config search path.
    AUTO: -- sh: pkg-config: not found
    AUTO: -- ../src/node.cc:61:18: fatal error: zlib.h: No such file or directory

 nodejs.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/nodejs.spec b/nodejs.spec
index 4bb6191..e0cb53a 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -16,11 +16,14 @@ URL:		http://www.nodejs.org/
 BuildRequires:	c-ares-devel
 BuildRequires:	gcc >= 5:4.0
 BuildRequires:	libstdc++-devel
+BuildRequires:	openssl-devel
+BuildRequires:	pkgconfig
 BuildRequires:	python >= 1:2.5.2
 BuildRequires:	python-jsmin
 BuildRequires:	rpm >= 4.4.9-56
 BuildRequires:	rpmbuild(macros) >= 1.219
 BuildRequires:	v8-devel >= 3.15.11.10
+BuildRequires:	zlib-devel
 BuildConflicts:	eio
 Obsoletes:	nodejs-waf
 ExclusiveArch:	%{ix86} %{x8664} arm
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list