From 2a054092b17cf4d078ed5dca0871cfba67376abc Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 14 May 2013 16:55:38 +0200 Subject: enable delete dublicate while insert --- 4store-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4store-install b/4store-install index 3e310ed..5d72372 100755 --- a/4store-install +++ b/4store-install @@ -19,7 +19,7 @@ cd $SELF cmd="$GIT checkout -b ist c3d8593c39dc04a39e272f729e486c1576f6aeba" && run_cmd "$cmd" "checkout to particular commit" cmd="./autogen.sh" && run_cmd "$cmd" "Autogen" export FST=$OT_PREFIX/4S -cmd="./configure --prefix=$FST --exec-prefix=$FST --with-storage-path=$FST/var/lib --with-config-file=$FST/$SELF.conf -with-http-log=$FST/log CFLAGS=-O2 CPPFLAGS=-O3" && run_cmd "$cmd" "Configure" +cmd="./configure --enable-dedup-insert --prefix=$FST --exec-prefix=$FST --with-storage-path=$FST/var/lib --with-config-file=$FST/$SELF.conf -with-http-log=$FST/log CFLAGS=-O2 CPPFLAGS=-O3" && run_cmd "$cmd" "Configure" cmd="make" && run_cmd "$cmd" "Make" cmd="make install" && run_cmd "$cmd" "Make Install" #cmd="make test" && run_cmd "$cmd" "Make Test" -- cgit v1.2.3