summaryrefslogtreecommitdiff
path: root/source3/python/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r13257: Fix python build with older python versions (e.g. 2.2.1) like in ↵Lars Müller1-2/+2
United Linux 1 (UL) aka SuSE Linux Enterprise Server (SLES) 8. (This used to be commit 4602cb5f53f05404f10c69b01dd8fd5ac492c5c5)
2007-10-10r12441: Fix python build.Günther Deschner1-1/+3
Guenther (This used to be commit e33a20c222948414a9cf92fe6f63e655aebb6b06)
2007-10-10r10819: merging a couple of fixes from trunkGerald Carter1-12/+19
* only keep the registry,tdb file open when we have an open key handle * tpot's setup.py fix * removing files that no longer exist in trunk and copying some that were missing in 3.0 (This used to be commit 6c6bf6ca5fd430a7a20bf20ed08050328660e570)
2007-10-10r9944: fix python buildGünther Deschner1-0/+3
Guenther (This used to be commit 97412dbaada018f90a482176a03daf07f2e76466)
2007-10-10r8538: honour CC in python build.Günther Deschner1-0/+2
Guenther (This used to be commit d31510d6c56954030759e97ab8cdfc51e0abca92)
2004-03-24Path for bugzilla #1152 from Timur Bakeyev. Allow python modules toTim Potter1-0/+3
build despite libraries added to LDFLAGS instead of LDPATH. (This used to be commit 98a25dcda8e53e22b48930131ff394414056f6a1)
2003-05-05Fix for bug #60. Our autoconf code adds both libraries and linkerTim Potter1-21/+30
flags in the $LIBS make variable. Separate the two so the python extensions can build. (This used to be commit 164ea3835724409d5b9badbad689d154307d2b59)
2003-04-14Merge create/delete domain user samr calls from HEAD.Tim Potter1-0/+1
(This used to be commit 68075fb97f577a78438b5121202e94cfcb6597b8)
2003-03-20Merge of removal of py_samba.cTim Potter1-12/+1
(This used to be commit 68b4052281d22dace2ae9e48d022fa288c0a6425)
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-1/+14
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
2002-12-12Merge of compile tweaks for python tdbpack module.Tim Potter1-1/+1
(This used to be commit b50816b500c4be0dda2cc79e0927d8a7dab65fd2)
2002-12-05Merge from HEAD:Tim Potter1-1/+2
>FUNCTION_MACRO change broke the Python modules. > >Also fix up string pasting (I thought this should only be a warning?) (This used to be commit 5bd90f310aa6303a5c949b46591f9fcf82a175b8)
2002-11-04Sync with HEAD.Tim Potter1-1/+2
(This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
2002-09-19Remove hardcoded -I stuff. Hooray!Tim Potter1-9/+9
(This used to be commit 105ff7c5400a6b79613b6a3b72808124b17ddc60)
2002-09-11Implemented getpw{nam,uid} functions.Tim Potter1-0/+2
(This used to be commit 19adbf1faed3d076207ec55e398f15f87d48c9f7)
2002-09-09Put all Python modules into the 'samba' subpackage. Now you need toMartin Pool1-1/+9
write import samba.tdbutil samba.tdbutil.pack('f', ['hello']) You need 'cvs update -d' to get the new subdirectory for this to build properly. (This used to be commit 0d3276355e0511d6aff110a3943199629b3c00fd)
2002-09-09Build py_tdbpack as well.Martin Pool1-0/+5
(This used to be commit fc5e8b8f672d461809f113fe14435841608b046f)
2002-09-09Python's setup.py does not need to be munged by configure.in -- it isMartin Pool1-0/+168
sufficient to just pass the relevant variables to Python from the Makefile. Therefore, remove setup.py.in. (This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3)