diff --git a/specs/ngx_openresty.spec b/specs/ngx_openresty.spec index dac9207..20d9f2b 100644 --- a/specs/ngx_openresty.spec +++ b/specs/ngx_openresty.spec @@ -19,8 +19,8 @@ Source0: ngx_openresty-%{version}rc%{release}.tar.gz BuildRoot: %{build_root} AutoReqProv: no -BuildRequires: gcc >= 3.0, openssl-devel, pcre-devel, read -Requires: openssl, pcre +BuildRequires: gcc >= 3.0, openssl-devel, pcre-devel, readline-devel +Requires: openssl, pcre, readline %description OpenResty (aka. ngx_openresty) is a full-fledged web application server by bundling the standard Nginx core, lots of 3rd-party Nginx modules, as well as most of their external dependencie