Message ID | 1253284704.3066.72.camel@mendozza.osrc.amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Frank Arnold <frank.arnold@amd.com> wrote: > The configure script is constructing the pkgversion correctly. > Due to some merge the same variable is getting purged again some > lines later. > > Removing this line makes things work again. > > Signed-off-by: Frank Arnold <frank.arnold@amd.com> > Acked-by: Andre Przywara <andre.przywara@amd.com> Agreed. I sent this same patch in the midle of my cleanup series. > --- > configure | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index 97292d9..c80c6a5 100755 > --- a/configure > +++ b/configure > @@ -238,7 +238,6 @@ signalfd="no" > eventfd="no" > cpu_emulation="yes" > kvm_kmod="no" > -pkgversion="" > check_utests="no" > user_pie="no" -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/configure b/configure index 97292d9..c80c6a5 100755 --- a/configure +++ b/configure @@ -238,7 +238,6 @@ signalfd="no" eventfd="no" cpu_emulation="yes" kvm_kmod="no" -pkgversion="" check_utests="no" user_pie="no"