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?
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/HardeningWa lkthrough# 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?