From f2d2308f10ce47a49c5fee12a777d62e4cc9b716 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 1 Dec 2009 02:46:26 +0000 Subject: The system shared object was just dangerous while developing, so I'm getting rid of it for now. It'd still be great for installing, and I'm glad I tested it and know how to do it. But it's not good for us to use. Please delete libbu++.so and /usr/lib/libbu++.so immediately. --- build.conf | 14 +++++++------- checkinst.sh | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.conf b/build.conf index 5117d8d..55df66c 100644 --- a/build.conf +++ b/build.conf @@ -5,7 +5,7 @@ # This file is part of the libbu++ library and is released under the # terms of the license contained in the file LICENSE. -default action: check group "lnhdrs", check "libbu++.a", check "libbu++.so", check group "tools" +default action: check group "lnhdrs", check "libbu++.a", check group "tools" "tests" action: check group "lnhdrs", check group "tests" "all" action: check group "lnhdrs", check targets() @@ -27,12 +27,12 @@ filesIn("src") filter regexp("^src/(.*)\\.h$", "bu/{re:1}.h"): set "CXXFLAGS" += "-I. -fPIC", input filesIn("src") filter regexp("^.*\\.cpp$") -"libbu++.so": - rule "so", - target file, - set "CXXFLAGS" += "-I. -fPIC", - set "LDFLAGS" += "-lpthread -lbz2", - input filesIn("src") filter regexp("^.*\\.cpp$") +#"libbu++.so": +# rule "so", +# target file, +# set "CXXFLAGS" += "-I. -fPIC", +# set "LDFLAGS" += "-lpthread -lbz2", +# input filesIn("src") filter regexp("^.*\\.cpp$") directoriesIn("src/tests","tests/"): diff --git a/checkinst.sh b/checkinst.sh index cc0d0e9..e5490bc 100755 --- a/checkinst.sh +++ b/checkinst.sh @@ -1,6 +1,6 @@ #!/bin/bash -CMD="ln -svf $PWD/libbu++.so /usr/lib; ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib" +CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib" if [ $UID == 0 ]; then bash -c "$CMD" -- cgit v1.2.3