1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-09 20:23:51 +03:00
Commit Graph

35 Commits

Author SHA1 Message Date
Stefan Metzmacher
d03ec5655d r25425: move LDB_MODULESDIR define into config.h
this hopefully fixes the build on some hosts

metze
2007-10-10 15:07:30 -05:00
Jelmer Vernooij
66000a1fa2 r25190: Update talloc version to 1.1.0 after API-incompatible changes. 2007-10-10 15:06:49 -05:00
Stefan Metzmacher
775f723c80 r25123: we only need lib/ldb/sqlite3.m4 and lib/ldb/libldb.m4,
when we build our own ldb...

metze
2007-10-10 15:06:43 -05:00
Jelmer Vernooij
15476d75e7 r25106: ldb_map is provided by libldb.so in the system-provided ldb. 2007-10-10 15:06:39 -05:00
Jelmer Vernooij
8aab673df5 r25093: Use system-provided ldb library if available. Note that this only means using the ldb library from the system - the custom command-line tools for Samba 4 will still be built even if they are already provided by the system. 2007-10-10 15:06:27 -05:00
Jelmer Vernooij
0a3b53fd2c r24997: Re-enable use of system-provided tdb and/or talloc when available. 2007-10-10 15:05:27 -05:00
Kai Blin
4e7dc9eae4 r23481: As per metze's suggestion, move the nsstest files from torture/ to nsswitch/ 2007-10-10 14:53:19 -05:00
Kai Blin
c2d4cc1c61 r23403: Make nsstest build on Samba4.
For now, only build on Linux systems. If the build farm is happy with this,
I will gradually turn on this feature for other platforms, too.
2007-10-10 14:53:15 -05:00
Stefan Metzmacher
fa5b22e0c6 r22721: use only included talloc and tdb untill jelmer
fixes the code to support both...

the problem is that we always add EXT::TALLOC in config.mk
before 'include lib/talloc/config.mk'

metze
2007-10-10 14:52:06 -05:00
Stefan Metzmacher
81f906537d r22718: remove autoconf warnings, we should only include
.m4 files only once

metze
2007-10-10 14:52:03 -05:00
Jelmer Vernooij
4d3f02e845 r22698: Support using system tdb, when available. 2007-10-10 14:52:03 -05:00
Jelmer Vernooij
3a2f9e0977 r22697: Support building with external talloc. 2007-10-10 14:52:02 -05:00
James Peach
ef32ad83d2 r22027: Allow separate build and source directories. Don't follow symlinks
when copying hemidal_build since this leads to traversal loops.
2007-10-10 14:49:42 -05:00
Jelmer Vernooij
02481df3e8 r21683: Remove the gconf registry backend.
It's already been disabled for a while, as it required some compile flags that broke other things.

While this backend was an interesting proof-of-concept, this module doesn't really add any value.
It's not possible to map between windows registry and gconf semantics and I can't think of
any reason why you would want to do so.
2007-10-10 14:49:10 -05:00
Jelmer Vernooij
07652f65ce r21297: Remove the GTK+ tools and library from the main repository. They are now maintained separately in bzr at http://people.samba.org/bzr/jelmer/samba-gtk
This also adds some more headers to the list that is installed and a couple of extra #include lines so these
headers can be used externally without problems.
2007-10-10 14:48:04 -05:00
Stefan Metzmacher
1b10cbb629 r20816: merge from samba3:
include setjmp.h via system/wait.h

metze
2007-10-10 14:43:35 -05:00
Stefan Metzmacher
a07b11924c r19621: move enable-dso to check_ld.m4 again and add some checks and generate more output
metze
2007-10-10 14:25:17 -05:00
Jelmer Vernooij
8c7276b6c6 r19571: Add a USESHARED parameter (different from BLDSHARED) + two small
shared-library related fixes.
2007-10-10 14:24:54 -05:00
Jelmer Vernooij
7a01235067 r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libraries
works again now, by specifying --enable-dso to configure.
2007-10-10 14:24:41 -05:00
Stefan Metzmacher
95d33e4d71 r18485: include libreplace.m4 in the aclocal.m4 files
and use the macros in configure.ac

metze
2007-10-10 14:18:36 -05:00
Stefan Metzmacher
3cac61152e r18450: - autogenerate the OBJ_FILES for LIBREPLACE
- remove samba specific stuff from libreplace
- and include the readdir replacement stuff in the standalone builds

metze
2007-10-10 14:18:31 -05:00
Stefan Metzmacher
d8e8838674 r18447: make sure we bail out if the config.h is not generated
by samba's configure.

this could happen when you have done a standalone build in
lib/replace/, lib/talloc, ...

metze
2007-10-10 14:18:31 -05:00
Andrew Tridgell
6eefd44a87 r18279: libreplace.m4 needs to come first or autoconf complains, as libreplace
checks for global system flags
2007-10-10 14:18:00 -05:00
Andrew Tridgell
50318dc55e r18219: move some more portability checks out of samba4 and info lib/replace 2007-10-10 14:17:52 -05:00
Stefan Metzmacher
5e59153735 r18181: use:
CC and CFLAGS
 LD and LDFLAGS
 STLD and STLD_FLAGS
 SHLD and SHLD_FLAGS

all controled by configure
and import the values from samba3 which are more recent

metze
2007-10-10 14:17:47 -05:00
Andrew Tridgell
77d1a468e0 r18129: moved the system includes into libreplace - this gives much more
isolation of our portability environment from the main code, and also
simplifies the includes system (no separate #ifdef _SAMBA_BUILD for
tdb. ldb etc now)
2007-10-10 14:17:36 -05:00
Jelmer Vernooij
1adf65b4d7 r18121: Simplify m4 code, hopefully fix Samba4 build problems. 2007-10-10 14:17:35 -05:00
Andrew Tridgell
c079cedb08 r18117: first steps in making samba4 use libreplace 2007-10-10 14:17:34 -05:00
Stefan Metzmacher
3c00983e2c r18094: try to fix the samba4 build
metze
2007-10-10 14:17:15 -05:00
Stefan Metzmacher
77948d26f0 r18087: use m4_include() do notice missing files
metze
2007-10-10 14:17:14 -05:00
Stefan Metzmacher
f9fc3f0825 r17755: fix the build...
I hope we can find a more clean approach to import lib/replace/ into ldb.

metze
2007-10-10 14:16:37 -05:00
Stefan Metzmacher
2da459287f r17588: this file doesn't exist anymore
metze
2007-10-10 14:16:15 -05:00
Andrew Bartlett
b1e0d4747b r16051: Move the XATTR compatability code into a new file, so I can use it for
the getntacl utility.

Andrew Bartlett
2007-10-10 14:08:53 -05:00
Jelmer Vernooij
d72c5c8f75 r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests. 2007-10-10 14:05:58 -05:00
Jelmer Vernooij
e0c178d297 r15565: Rename configure.in to configure.ac, which is the name preferred
by autoconf these days
2007-10-10 14:05:56 -05:00