[packages/xfsprogs] - rel 2; disable LTO because it causes debuginfo packages to be useless (no line numbers and source

arekm arekm at pld-linux.org
Tue Oct 9 21:52:20 CEST 2018


commit eccf9a45b52ed8cd4ff7a1834c7c82adb7b36fbf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Oct 9 21:52:11 2018 +0200

    - rel 2; disable LTO because it causes debuginfo packages to be useless (no line numbers and source code view when debugging with gdb)

 xfsprogs.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/xfsprogs.spec b/xfsprogs.spec
index 347fc63..8c24541 100644
--- a/xfsprogs.spec
+++ b/xfsprogs.spec
@@ -2,7 +2,7 @@ Summary:	Tools for the XFS filesystem
 Summary(pl.UTF-8):	Narzędzia do systemu plików XFS
 Name:		xfsprogs
 Version:	4.18.0
-Release:	1
+Release:	2
 License:	LGPL v2.1 (libhandle), GPL v2 (the rest)
 Group:		Applications/System
 Source0:	https://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.gz
@@ -112,6 +112,7 @@ Biblioteki statyczne do XFS.
 %configure \
 	DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
 	OPTIMIZER="%{rpmcflags}" \
+	--enable-lto=no \
 	--enable-blkid \
 	--enable-gettext \
 	--enable-readline
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfsprogs.git/commitdiff/eccf9a45b52ed8cd4ff7a1834c7c82adb7b36fbf



More information about the pld-cvs-commit mailing list