El 19 mar. 2018 6:33 p.m., "Pino Toscano" <p...@debian.org> escribió:
In data lunedì 19 marzo 2018 15:10:43 CET, Helmut Grohne ha scritto: > diff --minimal -Nru qtcreator-4.5.2/debian/rules qtcreator-4.5.2/debian/rules > --- qtcreator-4.5.2/debian/rules 2018-03-17 17:26:40.000000000 +0100 > +++ qtcreator-4.5.2/debian/rules 2018-03-19 14:37:33.000000000 +0100 > @@ -5,15 +5,6 @@ > > DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) > > -export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) > -export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) > -export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed Your patch drops the as-needed linking mode. Good catch. I'll have to revert the patch then.