summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Bonnard <frediz@debian.org>2021-10-21 16:50:21 +0200
committerFrédéric Bonnard <frediz@debian.org>2021-10-21 16:50:21 +0200
commita23d18578b5b9e1f92229f0b0b08c02c7ed7fcf3 (patch)
tree92ce2db379bb4376749359e9f6f374ee413334f8
parent9f085af628441270d76f97289a31043f2647457b (diff)
Disable file path fixing in the build
There no path reference in the binary except in this part : $ strings ./debian/libocxl1/usr/lib/powerpc64le-linux-gnu/libocxl.so.1.2 |grep build CFLAGS: -g -O2 -ffile-prefix-map=/build/libocxl-EMICZo/libocxl-1.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -I src/include -I kernel/include -fPIC -D_FILE_OFFSET_BITS=64 So, the reproducible options introduce that .. not sure if this is supposed to happen
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6006ec8..ab18c06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
export DH_VERBOSE = 1
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=-fixfilepath,-fixdebugpath
%:
dh $@