Wireshark-bugs: [Wireshark-bugs] [Bug 11901] dpkg-buildpackage relocation R_X86_64_PC32 against

Date: Wed, 27 Jan 2016 11:23:23 +0000

Comment # 10 on bug 11901 from
> > 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.