spec: Drop explicit --build-id
clang + gcc have done this for us for years Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
0edf0fe9c8
commit
2dc6f7395e
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user