X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=bootstrap.sh;h=26b8b31ba7c17f96557504e4f5a16b63d80a2a2e;hb=409a427f912f9c203b102beed0816b53b250931f;hp=7b96c9639c1bf3aa58032e53cc04d13a79fe4cc9;hpb=835948343817c0e359330f8522dc4b8a0e025224;p=builder.git diff --git a/bootstrap.sh b/bootstrap.sh index 7b96c96..26b8b31 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ set -e -REQUIRED="core datafile fs strings io" +REQUIRED="core datafile" CFLAGS="-Iinclude `pkg-config --cflags sigc++-2.0`" LIBS="`pkg-config --libs sigc++-2.0` -lpthread" if [ -e /usr/lib/libdl.so ]; then