From 0b708b1f8b8f634f708ea127e159b0ca3cbc22a6 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 22 Sep 2007 12:01:54 +0000 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 2bb3259..4af3a3b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,9 +1,9 @@ #!/bin/sh # $Id$ -REQUIRED="core parser path strings" +REQUIRED="core datafile path strings" CFLAGS="-Iinclude `pkg-config --cflags sigc++-2.0`" -LIBS="`pkg-config --libs sigc++-2.0` -lpthread" +LIBS="`pkg-config --libs sigc++-2.0` -lpthread -ldl" if [ -z "$LIBPATH" ]; then LIBPATH=`pwd`/.. fi -- 2.43.0