Comment 14 for bug 1190146

Revision history for this message
Sergio Benjamim (sergio-br2) wrote :

Erle, I forked from your fork, and merge upstream commits, and I got this:

E: nightingale: embedded-library usr/lib/nightingale/xulrunner/libsqlite3.so: sqlite

Is it right?

---

I'm trying to fix this hardening-no-relro thing, I tried what is described in https://wiki.debian.org/HardeningWalkthrough#Enabling_dpkg-buildflags_in_your_debian.2Frules_files , like this:

#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
 dh $@ --parallel

[...]

But I still getting hardening-no-relro lintian error.

Any idea?