From 2dc6f7395e748f9fbbda39d4268330ed345ac4df Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Fri, 23 Jul 2021 14:29:45 -0400 Subject: [PATCH] spec: Drop explicit --build-id clang + gcc have done this for us for years Signed-off-by: Cole Robinson --- qemu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" \