Include the license file.
[fedora-mingw.git] / sqlite / mingw32-sqlite-3.6.6.2-no-undefined.patch
1 --- sqlite-3.6.6.2/Makefile.in.orig     2008-12-16 15:43:08.000000000 +0000
2 +++ sqlite-3.6.6.2/Makefile.in  2008-12-16 15:43:27.000000000 +0000
3 @@ -448,13 +448,14 @@
4  
5  libsqlite3.la: $(LIBOBJ)
6         $(LTLINK) -o $@ $(LIBOBJ) $(TLIBS) \
7 -               ${ALLOWRELEASE} -rpath "$(libdir)" -version-info "8:6:8"
8 +               ${ALLOWRELEASE} -rpath "$(libdir)" -version-info "8:6:8" \
9 +               -no-undefined
10  
11  libtclsqlite3.la:      tclsqlite.lo libsqlite3.la
12         $(LTLINK) -o $@ tclsqlite.lo \
13                 libsqlite3.la @TCL_STUB_LIB_SPEC@ $(TLIBS) \
14                  -rpath "$(libdir)/sqlite" \
15 -               -version-info "8:6:8"
16 +               -version-info "8:6:8" -no-undefined
17  
18  sqlite3$(TEXE):        $(TOP)/src/shell.c libsqlite3.la sqlite3.h
19         $(LTLINK) $(READLINE_FLAGS) \