From 99a87f26fd88aa1d4e7284e2d5efc06df556fce0 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 22 Jul 2008 07:31:09 +0000 Subject: [PATCH] Specify --with-site-includes, --with-site-libraries and --with-canna. --- bootstrap.fink | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap.fink b/bootstrap.fink index deaa99f..f779a00 100755 --- a/bootstrap.fink +++ b/bootstrap.fink @@ -23,6 +23,9 @@ fink install canna-shlibs fink install coreutils-default -./configure +./configure \ + --with-site-includes=/sw/include/db4:/sw/include \ + --with-site-libraries=/sw/lib \ + --with-canna make -e SUDO=sudo install-base -- 1.7.10.4