Browse Source

* fixes sqlite package for FreeBSD (and possibly other BSDs)

git-svn-id: trunk@3423 -
Almindor 19 years ago
parent
commit
68c2eb7a75
1 changed files with 6 additions and 0 deletions
  1. 6 0
      packages/base/sqlite/sqlite.pp

+ 6 - 0
packages/base/sqlite/sqlite.pp

@@ -1,5 +1,11 @@
 {$mode objfpc}
+
+{$ifdef bsd}
+  {$linklib c}
+{$endif}
+
 unit sqlite;
+
 interface
 
 {