[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#709947 closed by tytso@mit.edu (Theodore Y. Ts'o) (Bug#708307: fixed in e2fsprogs 1.42.8-1)



On Tue, 2013-06-25 at 16:23 +0200, Peter Palfrader wrote:
> On Fri, 21 Jun 2013, Debian Bug Tracking System wrote:
> >    * Work around Debian Bug #712530 (Closes: #708307)
> 
> Thanks!  Is that work-around suitable for a stable update as well?

That's presumably this:

--- e2fsprogs-1.42.5/debian/rules       2012-07-17 05:21:04.000000000 +0000
+++ e2fsprogs-1.42.8/debian/rules       2013-06-16 22:39:06.000000000 +0000
@@ -171,7 +171,9 @@
 USRLIB ?= /usr/lib
 endif
 
-STD_CONF_FLAGS ?= --enable-symlink-install $(MULTIARCH_CONF)
+BACKTRACE_CONF_FLAGS ?= $(shell if ${debdir}/scripts/test-backtrace ; then echo --disable-backtrace ; fi)
+
+STD_CONF_FLAGS ?= --enable-symlink-install $(MULTIARCH_CONF) $(BACKTRACE_CONF_FLAGS)

plus the associated script? What's the practical impact of disabling the
functionality?

Regards,

Adam


Reply to: