[Lunar-commits] <moonbase> sqlite: fix

Samuel Verstraete elangelo at lunar-linux.org
Fri Mar 13 16:02:52 CET 2009


commit 3c8515ac4c1ec17fd3744fded46e845839217433
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Mon Oct 20 21:02:40 2008 +0200

    sqlite: fix
---
 sql/sqlite/BUILD |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/sql/sqlite/BUILD b/sql/sqlite/BUILD
index 134d128..623c07d 100644
--- a/sql/sqlite/BUILD
+++ b/sql/sqlite/BUILD
@@ -1,5 +1,9 @@
 (
 
+OPTS+=" --enable-load-extension"
+
+LDFLAGS+=" -ldl"
+
   default_build &&
   strip lemon &&
   install -m 755 lemon /usr/bin &&


More information about the Lunar-commits mailing list