Browse Source

require texinfo for documentation

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
6d92d5010c
  1. 3
      wget/wget.spec

3
wget/wget.spec

@ -42,7 +42,7 @@ Patch0: wget.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, perl
BuildPreReq: OpenPKG, openpkg >= 20020206, perl, texinfo
PreReq: OpenPKG, openpkg >= 20020206
BuildPreReq: openssl
PreReq: openssl
@ -67,6 +67,7 @@ AutoReqProv: no
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
MAKEINFO="%{l_prefix}/bin/makeinfo" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/wget \

Loading…
Cancel
Save