[Commits] (vajda) linux PyLucene upgraded to gcc 3.4.1
commits at osafoundation.org
commits at osafoundation.org
Mon Aug 23 17:03:40 PDT 2004
Commit by: vajda
Modified files:
external/PyLucene/Makefile 1.3 1.4
external/PyLucene/patches-0.5.1 1.2 1.3
Log message:
linux PyLucene upgraded to gcc 3.4.1
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/PyLucene/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
http://cvs.osafoundation.org/index.cgi/external/PyLucene/patches-0.5.1.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
Index: external/PyLucene/Makefile
diff -u external/PyLucene/Makefile:1.3 external/PyLucene/Makefile:1.4
--- external/PyLucene/Makefile:1.3 Tue Aug 3 15:18:25 2004
+++ external/PyLucene/Makefile Mon Aug 23 17:03:39 2004
@@ -40,8 +40,8 @@
$(SNAP)/$(SITE)/_PyLucene.so \
$(SNAP)/db/lib/libdb_java-4.2.so \
$(SNAP)/lib/libgcc_s.so.1 \
- $(SNAP)/lib/libgcj.so.4 \
- $(SNAP)/lib/libstdc++.so.5
+ $(SNAP)/lib/libgcj.so.5 \
+ $(SNAP)/lib/libstdc++.so.6
endif
endif
endif
Index: external/PyLucene/patches-0.5.1
diff -u external/PyLucene/patches-0.5.1:1.2 external/PyLucene/patches-0.5.1:1.3
--- external/PyLucene/patches-0.5.1:1.2 Fri Aug 6 12:17:43 2004
+++ external/PyLucene/patches-0.5.1 Mon Aug 23 17:03:39 2004
@@ -63,3 +63,26 @@
endif
endif
endif
+--- PyLucene-0.5.1/Makefile 2004-08-23 16:51:22.000000000 -0700
++++ PyLucene-0.5.1-patched/Makefile 2004-08-23 16:53:05.000000000 -0700
+@@ -364,6 +364,9 @@
+ ifdef DB
+ install $(LIBDB_JAVA_LIB) $(PREFIX_DB)/lib
+ endif
++ install $(GCJ_HOME)/lib/libgcj.so.5 $(PREFIX)/lib
++ install $(GCJ_HOME)/lib/libstdc++.so.6 $(PREFIX)/lib
++ install $(GCJ_HOME)/lib/libgcc_s.so.1 $(PREFIX)/lib
+ else
+
+ ifeq ($(OS),Cygwin)
+@@ -408,8 +411,8 @@
+ install $(LIBDB_JAVA_LIB) $(DISTRIB)/db
+ endif
+ mkdir -p $(DISTRIB)/gcj
+- install $(GCJ_HOME)/lib/libgcj.so.4 $(DISTRIB)/gcj
+- install $(GCJ_HOME)/lib/libstdc++.so.5 $(DISTRIB)/gcj
++ install $(GCJ_HOME)/lib/libgcj.so.5 $(DISTRIB)/gcj
++ install $(GCJ_HOME)/lib/libstdc++.so.6 $(DISTRIB)/gcj
+ install $(GCJ_HOME)/lib/libgcc_s.so.1 $(DISTRIB)/gcj
+ else
+
More information about the Commits
mailing list