Skip to content
Snippets Groups Projects
Commit 642e1f9b authored by Guido Günther's avatar Guido Günther
Browse files

Set LD_PRELOAD empty

Closes: #714515
parent 54deab3f
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,10 @@ override_dh_auto_install:
dh_auto_install
DEB_BUILDDIR=$(DEB_BUILDDIR) make -f debian/python.mk install
override_dh_auto_test:
export LD_PRELOAD=""; \
dh_auto_test -O--builddirectory=$(DEB_BUILDDIR)
override_dh_install:
dh_install
# Copy upstream files to debian/ so dh_* can find them
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment