[Commits] (vajda) added patch for memory leak reported on dbxml
mailing list
commits at osafoundation.org
commits at osafoundation.org
Thu Aug 19 11:10:27 PDT 2004
Commit by: vajda
Modified files:
external/persistence/pathan/patches-1.2 None 1.1
external/persistence/pathan/Makefile 1.7 1.8
Log message:
added patch for memory leak reported on dbxml mailing list
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/persistence/pathan/patches-1.2?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.osafoundation.org/index.cgi/external/persistence/pathan/Makefile.diff?r1=text&tr1=1.7&r2=text&tr2=1.8
Index: external/persistence/pathan/Makefile
diff -u external/persistence/pathan/Makefile:1.7 external/persistence/pathan/Makefile:1.8
--- external/persistence/pathan/Makefile:1.7 Sat Mar 20 10:56:16 2004
+++ external/persistence/pathan/Makefile Thu Aug 19 11:10:25 2004
@@ -33,7 +33,7 @@
(cd $(SRC)/lib; tar -cf - *.dll) | (cd $(PREFIX)/bin; tar xvf - )
(cd $(SRC)/lib; tar -cf - *.lib *.exp) | (cd $(PREFIX)/lib; tar xvf - )
-build: compile install
+build: apply compile install
clean:
cd $(SRC); \
@@ -60,7 +60,7 @@
XERCESCROOT=$(XERCESC)/$(BUILD) \
./runConfigure --prefix=$(PREFIX) $(CONF_DBG)
-build: $(SRC)/$(BUILD)/Makefile.defs
+build: apply $(SRC)/$(BUILD)/Makefile.defs
cd $(SRC)/$(BUILD); \
XERCESCROOT=$(XERCESC)/$(BUILD) $(MAKE); \
XERCESCROOT=$(XERCESC)/$(BUILD) $(MAKE) install
@@ -74,6 +74,10 @@
endif
+
+apply: patches-$(VERSION)
+ patch -Nup0 < patches-$(VERSION); echo ok
+
expand: libpathan-$(VERSION)-2-src.tar.gz
tar xvzf libpathan-$(VERSION)-2-src.tar.gz
More information about the Commits
mailing list