summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-28 00:08:47 +0000
committerTim Potter <tpot@samba.org>2002-03-28 00:08:47 +0000
commit149291d3cf6400ed3c5fa49b0a4e5c1ca8ee08d9 (patch)
tree63657d61534fca6e98d21c020f529940e64cc8a6
parent8d02bb089476710841406d9d857e1262a19cde69 (diff)
downloadsamba-149291d3cf6400ed3c5fa49b0a4e5c1ca8ee08d9.tar.gz
samba-149291d3cf6400ed3c5fa49b0a4e5c1ca8ee08d9.tar.bz2
samba-149291d3cf6400ed3c5fa49b0a4e5c1ca8ee08d9.zip
Updated version.
(This used to be commit a66e04711a2a9d4514df52addb1256a008eff880)
-rw-r--r--source3/python/samba-head.patch49
1 files changed, 26 insertions, 23 deletions
diff --git a/source3/python/samba-head.patch b/source3/python/samba-head.patch
index 51c1bf9481..882d8392d8 100644
--- a/source3/python/samba-head.patch
+++ b/source3/python/samba-head.patch
@@ -1,27 +1,11 @@
-Index: configure.in
-===================================================================
-RCS file: /data/cvs/samba/source/configure.in,v
-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)
-
--AC_OUTPUT(include/stamp-h Makefile)
-+AC_OUTPUT(include/stamp-h Makefile python/setup.py)
-
- #################################################
- # Print very concise instructions on building/use
Index: Makefile.in
===================================================================
RCS file: /data/cvs/samba/source/Makefile.in,v
-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 @@
+retrieving revision 1.460
+diff -u -r1.460 Makefile.in
+--- Makefile.in 2002/03/22 02:39:35 1.460
++++ Makefile.in 2002/03/28 00:02:54
+@@ -781,6 +781,20 @@
-$(INSTALLCMD) -d ${prefix}/include
-$(INSTALLCMD) include/libsmbclient.h ${prefix}/include
@@ -30,12 +14,31 @@ diff -u -r1.461 Makefile.in
+PYTHON_OBJS = $(LIB_OBJ) $(LIBSMB_OBJ) $(RPC_PARSE_OBJ) $(UBIQX_OBJ) \
+ $(PARAM_OBJ) $(LIBMSRPC_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ)
+
++python/setup.py: $(srcdir)/setup.py.in
++ @echo "WARNING: you need to run ./config.status"
++
+python_ext: $(PYTHON_OBJS)
+ @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:
@$(SHELL) $(srcdir)/script/revert.sh $(SBINDIR) $(SPROGS)
+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/28 00:02:55
+@@ -2690,7 +2690,7 @@
+ builddir=`pwd`
+ AC_SUBST(builddir)
+
+-AC_OUTPUT(include/stamp-h Makefile)
++AC_OUTPUT(include/stamp-h Makefile python/setup.py)
+
+ #################################################
+ # Print very concise instructions on building/use