[Commits] (markie) Bug 1704;
unsatisfied link error with libdb_java42.dll when
launching chandler after building from the source; r=vajda
commits at osafoundation.org
commits at osafoundation.org
Fri Aug 6 12:17:45 PDT 2004
Commit by: markie
Modified files:
external/PyLucene/patches-0.5.1 1.1 1.2
Log message:
Bug 1704;unsatisfied link error with libdb_java42.dll when launching chandler after building from the source;r=vajda
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/PyLucene/patches-0.5.1.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: external/PyLucene/patches-0.5.1
diff -u external/PyLucene/patches-0.5.1:1.1 external/PyLucene/patches-0.5.1:1.2
--- external/PyLucene/patches-0.5.1:1.1 Tue Jul 13 11:03:31 2004
+++ external/PyLucene/patches-0.5.1 Fri Aug 6 12:17:43 2004
@@ -54,3 +54,12 @@
$(BINDIR)/db_const.o:
$(JCC) -C -d $(CLASSES) $(DB_CONST)
+@@ -364,7 +373,7 @@
+ ifeq ($(OS),Cygwin)
+ install::
+ ifdef DB
+- install $(LIBDB_JAVA_LIB) $(PREFIX_DB)/build_win32/$(BINDIR)
++ install $(LIBDB_JAVA_LIB) $(PREFIX)/bin
+ endif
+ endif
+ endif
More information about the Commits
mailing list