Commit 7204ee84 authored by Vitaly Lipatov's avatar Vitaly Lipatov

require make and gcc in any way (as part of build env)

parent 2096813f
......@@ -38,7 +38,7 @@ if [ "$VENDOR" = "alt" ] ; then
RECONFT="%undefine __libtoolize"
else
# Need our compat package and disable strong patch checking
BUILDREQ="BuildRequires: rpm-build-altlinux-compat >= 0.95\n$FIXPATCHFUZZ"
BUILDREQ="BuildRequires: rpm-build-altlinux-compat >= 0.95 make gcc\n$FIXPATCHFUZZ"
[ -z "$BUILDCOMMAND" ] && BUILDCOMMAND=$ETERBUILDBIN/rpmbb
set_release $SPECNAME eter$BASERELEASE$VENDOR
ADDDEF="%defattr(-, root, root)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment