From 5d53d1e32d4bafc557d642db1c9a24baf578ccfb Mon Sep 17 00:00:00 2001 From: bescoto Date: Sun, 19 Jan 2003 09:44:02 +0000 Subject: Misc changes for 0.10.2 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-10@265 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/CHANGELOG | 1 - rdiff-backup/rdiff_backup/compilec.py | 5 +---- rdiff-backup/testing/chdir-wrapper | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG index 00d34d3..0ff4a92 100644 --- a/rdiff-backup/CHANGELOG +++ b/rdiff-backup/CHANGELOG @@ -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. - New in v0.10.1 (2002/09/16) --------------------------- diff --git a/rdiff-backup/rdiff_backup/compilec.py b/rdiff-backup/rdiff_backup/compilec.py index 4714cf3..696d351 100755 --- a/rdiff-backup/rdiff_backup/compilec.py +++ b/rdiff-backup/rdiff_backup/compilec.py @@ -9,10 +9,7 @@ sys.argv.append("build") setup(name="CModule", version="0.9.0", description="rdiff-backup's C component", - ext_modules=[Extension("C", ["cmodule.c"], - define_macros=[("_LARGEFILE_SOURCE", 1), - ("_FILE_OFFSET_BITS", 64), - ("_LARGE_FILES", 1)]), + ext_modules=[Extension("C", ["cmodule.c"]), Extension("_librsync", ["_librsyncmodule.c"], libraries=["rsync"])]) diff --git a/rdiff-backup/testing/chdir-wrapper b/rdiff-backup/testing/chdir-wrapper index 6002617..4402d4d 100755 --- a/rdiff-backup/testing/chdir-wrapper +++ b/rdiff-backup/testing/chdir-wrapper @@ -13,4 +13,4 @@ if len(sys.argv) > 1: os.chdir(sys.argv[1]) #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/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") -- cgit v1.2.1