From 2dc6f7395e748f9fbbda39d4268330ed345ac4df Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jul 25 2021 13:38:55 +0000 Subject: spec: Drop explicit --build-id clang + gcc have done this for us for years Signed-off-by: Cole Robinson --- diff --git a/qemu.spec b/qemu.spec index d8e212b..f1805b0 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1288,7 +1288,7 @@ run_configure() { --localstatedir="%{_localstatedir}" \ --docdir="%{_docdir}" \ --libexecdir="%{_libexecdir}" \ - --extra-ldflags="-Wl,--build-id $LDFLAGS" \ + --extra-ldflags="$LDFLAGS" \ --extra-cflags="$CFLAGS" \ --with-pkgversion="%{name}-%{version}-%{release}" \ --with-suffix="%{name}" \