diff options
author | Tim Potter <tpot@samba.org> | 2002-03-26 11:08:25 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-03-26 11:08:25 +0000 |
commit | b9c0eb8bdd7954e851655353ae26417122283aae (patch) | |
tree | a6c5a7c930a1fb6530b3384e0abb7b8d0e2ea815 | |
parent | 04ab61a56c9a1f836f363b0496bd6f64d5c5f9c8 (diff) | |
download | samba-b9c0eb8bdd7954e851655353ae26417122283aae.tar.gz samba-b9c0eb8bdd7954e851655353ae26417122283aae.tar.bz2 samba-b9c0eb8bdd7954e851655353ae26417122283aae.zip |
Regenerated patch.
(This used to be commit 34cc49d92988a0d4871b6586776b5d2c9d94de94)
-rw-r--r-- | source3/python/samba-head.patch | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/source3/python/samba-head.patch b/source3/python/samba-head.patch index 3f3028477e..51c1bf9481 100644 --- a/source3/python/samba-head.patch +++ b/source3/python/samba-head.patch @@ -1,11 +1,11 @@ Index: configure.in =================================================================== RCS file: /data/cvs/samba/source/configure.in,v -retrieving revision 1.292 -diff -u -r1.292 configure.in ---- configure.in 2002/03/19 02:32:31 1.292 -+++ configure.in 2002/03/19 23:32:36 -@@ -2690,7 +2690,7 @@ +retrieving revision 1.293 +diff -u -r1.293 configure.in +--- configure.in 2002/03/23 08:28:19 1.293 ++++ configure.in 2002/03/26 09:25:39 +@@ -2691,7 +2691,7 @@ builddir=`pwd` AC_SUBST(builddir) @@ -17,11 +17,11 @@ diff -u -r1.292 configure.in Index: Makefile.in =================================================================== RCS file: /data/cvs/samba/source/Makefile.in,v -retrieving revision 1.458 -diff -u -r1.458 Makefile.in ---- Makefile.in 2002/03/19 12:13:02 1.458 -+++ Makefile.in 2002/03/19 23:32:08 -@@ -778,6 +778,17 @@ +retrieving revision 1.461 +diff -u -r1.461 Makefile.in +--- Makefile.in 2002/03/25 01:29:55 1.461 ++++ Makefile.in 2002/03/26 09:25:40 +@@ -781,6 +781,17 @@ -$(INSTALLCMD) -d ${prefix}/include -$(INSTALLCMD) include/libsmbclient.h ${prefix}/include @@ -34,8 +34,7 @@ diff -u -r1.458 Makefile.in + @echo python python/setup.py build + @PYTHON_OBJS="$(PYTHON_OBJS)" PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \ + SRCDIR="$(srcdir)/" \ -+ python python/setup.py build -+ ++ python python/setup.py build + # revert to the previously installed version revert: |