Show
Ignore:
Timestamp:
09/16/09 11:32:01 (3 years ago)
Author:
leo
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • XerialJ/trunk/sqlite-jdbc/sqlitejdbc/Makefile.nested

    r3232 r3590  
    5555        # remove utimes 
    5656        perl -npe '$$_ =~ s/utimes.*//g;' -i build/$(sqlite)-nestedvm/sqlite3.c  
    57  
     57        # insert a code for loading extension functions 
     58        perl -pi -e "s/^opendb_out:/  if(!db->mallocFailed && rc==SQLITE_OK){ rc = RegisterExtensionFunctions(db); }\nopendb_out:/;" \ 
     59            build/$(sqlite)-nestedvm/sqlite3.c 
    5860        (. ./$(nestedvm)/env.sh; cd build/$(sqlite)-nestedvm; \ 
    5961        $$CC -c $$CFLAGS -I. -o sqlite3.o \