From fb9230ffb9461b4f6360c1da0bf52acd1f70acfd Mon Sep 17 00:00:00 2001 From: Phillip Toland Date: Wed, 22 Apr 2009 11:24:17 -0500 Subject: [PATCH] Fixed a link problem in the Rakefile. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1817873..314ca09 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ INT_TEST_FLAGS << '+A10' DB_LIB = "c_src/system/lib/libdb.a" CC_FLAGS << "-Ic_src/system/include" -LD_FLAGS << DB_LIB +LD_LIBS << DB_LIB file DB_LIB do sh "cd c_src && ./buildlib.sh 2>&1"