Comment # 10
on bug 11901
from Stefan
> > diff --git a/debian/rules b/debian/rules
...
> > export DEB_BUILD_MAINT_OPTIONS = hardening=+all
> > -ifeq (,$(filter $(distrelease),wheezy))
> > +ifneq (,$(findstring $(distrelease),wheezy))
> > export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic
> > endif
> I think the "ifneq" and not the findstring makes the difference here and it
> was fixed in https://code.wireshark.org/review/#/c/13178/ .
You are right, I had a situation where it build without -j and not with -j, but
that must have been another problem.
You are receiving this mail because:
- You are watching all bug changes.