Skip to content
Snippets Groups Projects
Unverified Commit 38fadb01 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1129 from rishwanth1995/deb_online

removed offline option from the autoconfigure in debian rules file
parents d60966e3 9fdad8d5
Branches
Tags
No related merge requests found
...@@ -23,13 +23,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -lsqlite3 -lsupc++ -Wl,--as-needed ...@@ -23,13 +23,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -lsqlite3 -lsupc++ -Wl,--as-needed
#override_dh_auto_configure: #override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) # dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
overide_dh_auto_install:
override_dh_auto_configure:
dh_auto_configure -- --enable-offline=yes
override_dh_auto_install:
cd tsk/
sudo make install
cd ..
cd bindings/java/
sudo make install
dh_install dh_install
bindings/java/thirdpartyjars/sqlite-jdbc-3.21.0.1.jar /usr/share/java bindings/java/lib/sqlite-jdbc-3.8.11.jar /usr/share/java
bindings/java/dist/sleuthkit-4.6.0.jar /usr/share/java bindings/java/dist/sleuthkit-4.6.0.jar /usr/share/java
bindings/java/libtsk.so /usr/lib/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment