Source: uclibc Version: 1.0.20-2 Tags: patch User: [email protected] Usertags: rebootstrap
Thanks for enabling verbose build logs (#808543). Unfortunately, build logs are no longer verbose as upstream changed semantics. V=2 means "brief" output (i.e. including macro definitions) now, but we want verbose output. Thus we should switch to V=1. sed -i -e s/V=2/V=1/ debian/rules Helmut

