diff options
Diffstat (limited to 'ext/pdo_sqlite/sqlite/mkso.sh')
| -rw-r--r-- | ext/pdo_sqlite/sqlite/mkso.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/sqlite/mkso.sh b/ext/pdo_sqlite/sqlite/mkso.sh index b26382c99a..9050d74255 100644 --- a/ext/pdo_sqlite/sqlite/mkso.sh +++ b/ext/pdo_sqlite/sqlite/mkso.sh @@ -11,7 +11,7 @@ cd tsrc rm shell.c TCLDIR=/home/drh/tcltk/846/linux/846linux TCLSTUBLIB=$TCLDIR/libtclstub8.4g.a -OPTS='-DUSE_TCL_STUBS=1 -DNDEBUG=1' +OPTS='-DUSE_TCL_STUBS=1 -DNDEBUG=1 -DHAVE_DLOPEN=1' for i in *.c; do if test $i != 'keywordhash.c'; then CMD="cc -fPIC $OPTS -O2 -I. -I$TCLDIR -c $i" |
