summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-05-14 16:55:38 +0200
committergebele <gebele@in-silico.ch>2013-05-14 16:55:38 +0200
commit2a054092b17cf4d078ed5dca0871cfba67376abc (patch)
treec56d304e282f3487ff41e6c050fb265a5c1f147e
parent8ea5c3cd7ce96ce645692b101607c0ffa1c631ab (diff)
enable delete dublicate while insert
-rwxr-xr-x4store-install2
1 files changed, 1 insertions, 1 deletions
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"