diff --git a/wget/wget.spec b/wget/wget.spec index 54c700373a..7bdd263d75 100644 --- a/wget/wget.spec +++ b/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 \