Skip to content
Snippets Groups Projects
Commit 8ab6d79d authored by rishwanth1995's avatar rishwanth1995
Browse files

made sqlite to newer version and removed autoconfigure from rules

parent 586c1458
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,6 @@
</fileset>
<pathelement path="${build}"/>
</path>
<echo message="hey"/>
</target>
<target name="set-library-path-offline" description="set the library path when the user is offline" if="offline">
......
......@@ -3,7 +3,7 @@
<dependencies>
<dependency org="junit" name="junit" rev="4.8.2"/>
<dependency org="com.googlecode.java-diff-utils" name="diffutils" rev="1.2.1"/>
<dependency org="org.xerial" name="sqlite-jdbc" rev="3.8.11">
<dependency org="org.xerial" name="sqlite-jdbc" rev="3.21.0.1">
<artifact name="sqlite-jdbc" type="jar" />
</dependency>
<dependency org="org.postgresql" name="postgresql" rev="9.4.1211.jre7" >
......
......@@ -23,13 +23,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -lsqlite3 -lsupc++ -Wl,--as-needed
#override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
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
overide_dh_auto_install:
dh_install
bindings/java/thirdpartyjars/sqlite-jdbc-3.21.0.1.jar /usr/share/java
bindings/java/lib/sqlite-jdbc-3.21.0.1.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