diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-01-27 07:17:45 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-01-27 07:17:45 +0000 |
commit | 34121ff708825864a3570f611538989c301f6085 (patch) | |
tree | 4ac80ea30983839b8e8c11301cd61cf73544a388 /app-forensics/sleuthkit/files | |
parent | Version bump. Add subslot and zlib use flag. (diff) | |
download | gentoo-2-34121ff708825864a3570f611538989c301f6085.tar.gz gentoo-2-34121ff708825864a3570f611538989c301f6085.tar.bz2 gentoo-2-34121ff708825864a3570f611538989c301f6085.zip |
Remove old.
(Portage version: 2.2.0_alpha160/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-forensics/sleuthkit/files')
-rw-r--r-- | app-forensics/sleuthkit/files/sleuthkit-3.2.3-system-sqlite.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-forensics/sleuthkit/files/sleuthkit-3.2.3-system-sqlite.patch b/app-forensics/sleuthkit/files/sleuthkit-3.2.3-system-sqlite.patch deleted file mode 100644 index 95aa3f270e54..000000000000 --- a/app-forensics/sleuthkit/files/sleuthkit-3.2.3-system-sqlite.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- sleuthkit-3.2.3/tsk3/auto/auto_db.cpp -+++ sleuthkit-3.2.3/tsk3/auto/auto_db.cpp -@@ -14,7 +14,7 @@ - */ - - #include "tsk_auto_i.h" --#include "sqlite3.h" -+#include <sqlite3.h> - #include <string.h> - - #define TSK_SCHEMA_VER 1 ---- sleuthkit-3.2.3/tsk3/auto/Makefile.am -+++ sleuthkit-3.2.3/tsk3/auto/Makefile.am -@@ -3,7 +3,8 @@ - - noinst_LTLIBRARIES = libtskauto.la - # Note that the .h files are in the top-level Makefile --libtskauto_la_SOURCES = auto.cpp tsk_auto_i.h auto_db.cpp sqlite3.c sqlite3.h -+libtskauto_la_SOURCES = auto.cpp tsk_auto_i.h auto_db.cpp -+libtskauto_la_LIBADD = -lsqlite3 - - indent: - indent *.cpp *.h |