summaryrefslogtreecommitdiff
path: root/source3/python/samba-head.patch
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-07-29 03:07:49 +0000
committerTim Potter <tpot@samba.org>2002-07-29 03:07:49 +0000
commitdb789e9467e887dca2f4f205467b408287a0cc61 (patch)
treee618ddfae60f261d316d0f0da1545b7f89eafd10 /source3/python/samba-head.patch
parenta4ec4acd61d58bca9c1f6d474ab16265e4113f7a (diff)
downloadsamba-db789e9467e887dca2f4f205467b408287a0cc61.tar.gz
samba-db789e9467e887dca2f4f205467b408287a0cc61.tar.bz2
samba-db789e9467e887dca2f4f205467b408287a0cc61.zip
Updated patch.
(This used to be commit b7bd0bf95380f5fae385bfd353999f40f72e3d06)
Diffstat (limited to 'source3/python/samba-head.patch')
-rw-r--r--source3/python/samba-head.patch23
1 files changed, 11 insertions, 12 deletions
diff --git a/source3/python/samba-head.patch b/source3/python/samba-head.patch
index 41b040d8f6..0f4ab146a8 100644
--- a/source3/python/samba-head.patch
+++ b/source3/python/samba-head.patch
@@ -1,19 +1,18 @@
Index: Makefile.in
===================================================================
RCS file: /data/cvs/samba/source/Makefile.in,v
-retrieving revision 1.494
-diff -u -r1.494 Makefile.in
---- Makefile.in 2002/07/03 07:37:50 1.494
-+++ Makefile.in 2002/07/11 23:18:11
-@@ -834,6 +834,46 @@
+retrieving revision 1.500
+diff -u -r1.500 Makefile.in
+--- Makefile.in 2002/07/28 06:04:32 1.500
++++ Makefile.in 2002/07/29 01:58:05
+@@ -838,6 +838,45 @@
-$(INSTALLCMD) -d ${prefix}/include
-$(INSTALLCMD) include/libsmbclient.h ${prefix}/include
+# Python extensions
+
+PYTHON_OBJS = $(LIB_OBJ) $(LIBSMB_OBJ) $(RPC_PARSE_OBJ) $(UBIQX_OBJ) \
-+ $(PARAM_OBJ) $(LIBMSRPC_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) \
-+ $(SECRETS_OBJ)
++ $(PARAM_OBJ) $(LIBMSRPC_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ)
+
+PY_SPOOLSS_PROTO_OBJ = python/py_spoolss.o \
+ python/py_spoolss_printers.o python/py_spoolss_printers_conv.o\
@@ -55,11 +54,11 @@ diff -u -r1.494 Makefile.in
Index: configure.in
===================================================================
RCS file: /data/cvs/samba/source/configure.in,v
-retrieving revision 1.321
-diff -u -r1.321 configure.in
---- configure.in 2002/07/03 00:44:39 1.321
-+++ configure.in 2002/07/11 23:18:11
-@@ -2820,7 +2820,7 @@
+retrieving revision 1.324
+diff -u -r1.324 configure.in
+--- configure.in 2002/07/27 01:37:32 1.324
++++ configure.in 2002/07/29 01:58:06
+@@ -2797,7 +2797,7 @@
builddir=`pwd`
AC_SUBST(builddir)