]> git.pld-linux.org Git - packages/xfsprogs.git/commitdiff
- some asserts are broken and prevent actuall debugging, so separate asserts from...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 11 Oct 2018 04:59:54 +0000 (06:59 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 11 Oct 2018 04:59:54 +0000 (06:59 +0200)
xfsprogs.spec

index 8c24541b70ee2c5e9759e340d28fe7e4450afa7a..5e5b7e3a9c5c5851a9b872475cbd587d5b9e7d63 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_without debug_asserts
+#
 Summary:       Tools for the XFS filesystem
 Summary(pl.UTF-8):     Narzędzia do systemu plików XFS
 Name:          xfsprogs
@@ -110,7 +112,7 @@ Biblioteki statyczne do XFS.
 %{__aclocal} -I m4
 %{__autoconf}
 %configure \
-       DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
+       DEBUG="%{?with_debug_asserts:-DDEBUG}%{!?with_debug_asserts:-DNDEBUG}" \
        OPTIMIZER="%{rpmcflags}" \
        --enable-lto=no \
        --enable-blkid \
This page took 0.287902 seconds and 4 git commands to generate.