Commit 426cc1c0 authored by bescoto's avatar bescoto

Misc changes for 0.10.2


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@265 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent cff01d74
...@@ -9,7 +9,6 @@ Fixed seg fault bug reported by a couple sparc+openbsd users. Thanks ...@@ -9,7 +9,6 @@ Fixed seg fault bug reported by a couple sparc+openbsd users. Thanks
to Dave Steinberg for giving me an account on his system for testing. to Dave Steinberg for giving me an account on his system for testing.
New in v0.10.1 (2002/09/16) New in v0.10.1 (2002/09/16)
--------------------------- ---------------------------
......
...@@ -9,10 +9,7 @@ sys.argv.append("build") ...@@ -9,10 +9,7 @@ sys.argv.append("build")
setup(name="CModule", setup(name="CModule",
version="0.9.0", version="0.9.0",
description="rdiff-backup's C component", description="rdiff-backup's C component",
ext_modules=[Extension("C", ["cmodule.c"], ext_modules=[Extension("C", ["cmodule.c"]),
define_macros=[("_LARGEFILE_SOURCE", 1),
("_FILE_OFFSET_BITS", 64),
("_LARGE_FILES", 1)]),
Extension("_librsync", Extension("_librsync",
["_librsyncmodule.c"], ["_librsyncmodule.c"],
libraries=["rsync"])]) libraries=["rsync"])])
......
...@@ -13,4 +13,4 @@ if len(sys.argv) > 1: os.chdir(sys.argv[1]) ...@@ -13,4 +13,4 @@ if len(sys.argv) > 1: os.chdir(sys.argv[1])
#PipeConnection(sys.stdin, sys.stdout).Server() #PipeConnection(sys.stdin, sys.stdout).Server()
#os.system("/home/ben/prog/python/rdiff-backup/rdiff-backup --server") #os.system("/home/ben/prog/python/rdiff-backup/rdiff-backup --server")
os.system("/home/ben/prog/python/rdiff-backup/testing/server.py /home/ben/prog/python/rdiff-backup/rdiff_backup") os.system("/home/ben/prog/rdiff-backup/testing/server.py /home/ben/prog/rdiff-backup/rdiff_backup")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment