From 0c7e6e7f82fbaac81bdd40ce75f50750f8e9f436 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Fri, 5 Apr 2019 21:32:58 +0200 Subject: Enabled plugins loaded from the system directories. --- debian/control | 2 +- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 37afdfb..551dc8f 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/ Package: chrysalide Architecture: amd64 -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, gir1.2-gtk-3.0 Description: Reverse Engineering Factory focused on embedded systems Chrysalide is a fast tool collection for binary analysis. It is written using the GTK+ toolkit and support several file formats and architectures. Python diff --git a/debian/rules b/debian/rules index b13df8e..086e28c 100644 --- a/debian/rules +++ b/debian/rules @@ -47,8 +47,8 @@ override_dh_auto_configure: ifeq ($(PIE),yes) echo PIE - dh_auto_configure -- CFLAGS=-fPIC + dh_auto_configure -- --disable-rpath --without-local-resources CFLAGS=-fPIC else echo NO PIE - dh_auto_configure -- + dh_auto_configure -- --disable-rpath --without-local-resources endif -- cgit v0.11.2-87-g4458