summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2010-10-03s3: Move #define VALGRIND to config.hVolker Lendecke1-0/+7
This fixes the valgrind overrun in the tdb jenkins hash
2010-10-01s3-configure: Require at least version 1.2.6 of external TDB, which hasJelmer Vernooij1-1/+1
TDB_INCOMPATIBLE_HASH.
2010-09-23tdb: add restoreVolker Lendecke1-0/+2
Based on an idea by Simon McVittie, largely rewritten
2010-09-21s3: don't build krb5 locator plugin if we don't build winbindBjörn Jacke1-12/+14
this fixes bug #7329
2010-09-10s3-build: use proper RPC_X_OBJ target names.Günther Deschner1-7/+7
Guenther
2010-08-31libreplace: move detection of clock_gettime to libreplaceBjörn Jacke1-17/+2
2010-08-31libreplace: move gettimeofday TZ arg check hereBjörn Jacke1-1/+0
2010-08-25s3:smbd: add a nfs backend for sysquotas.Michael Adam1-0/+21
This module is based on the Solaris/FreeBSD implementation of NFS quotas in the quotas.c module. It implements the SMB_USER_QUOTA_TYPE query of the get_quotas call. The other types and the set_quota call are not implemented.
2010-08-23s3: PAM_RHOST and PAM_TTY are enums on FreeBSDVolker Lendecke1-0/+23
2010-08-21s3: Fix netgrent configure checks for compilers not supporting ↵Kai Blin1-1/+3
-Werror-implicit-function-declaration This should fix bug 7620.
2010-08-18Fix bug 7626 - Typo in configure samba_cv__CC_NEGATIVE_ENUM_VALUES two ↵Jeremy Allison1-1/+1
underscores. Noticed by bj@sernet.de.
2010-08-16s3-build: always check for python.Günther Deschner1-3/+4
This should fix make test. Metze, please check. Guenther
2010-08-13s3-krb5 Only build ADS support if arcfour-hmac-md5 is availableAndrew Bartlett1-1/+19
Modern Kerberos implementations have either defines or enums for these key types, which makes doing #ifdef difficult. This shows up in files such as libnet_samsync_keytab.c, the bulk of which is not compiled on current Fedora 12, for example. The downside is that this makes Samba unconditionally depend on the arcfour-hmac-md5 encryption type at build time. We will no longer support libraries that only support the DES based encryption types. However, the single-DES types that are supported in common with AD are already painfully weak - so much so that they are disabled by default in modern Kerberos libraries. If not found, ADS support will not be compiled in. This means that our 'net ads join' will no longer set the ACB_USE_DES_KEY_ONLY flag, and we will always try to use arcfour-hmac-md5. A future improvement would be to remove the use of the DES encryption types totally, but this would require that any ACB_USE_DES_KEY_ONLY flag be removed from existing joins. Andrew Bartlett Signed-off-by: Simo Sorce <idra@samba.org>
2010-08-13tdb: add TDB_DEPS variable filled with required librariesBjörn Jacke1-0/+1
This is required for Solaris, which needs to link in librt to make use of fdatasync().
2010-08-12s3: fall back to cups-config for underlinked libsBjörn Jacke1-4/+10
some OpenBSD systems have underlinked cups libraries. If linking against cups alone fails, try to link against all the cups-config --libs cruft, which we usually don't want. (bugzila #7244)
2010-08-12Revert "s3: Use cups-config --libs"Björn Jacke1-1/+1
This reverts commit 911db761148. This was introduced in 18f1f5b56b140 intentionally.
2010-08-02s3: Use cups-config --libsVolker Lendecke1-1/+1
2010-07-28s3-dcerpc: Add sign/seal with gssapiSimo Sorce1-1/+2
2010-07-26s3: Log the correct core path on Linux if core_pattern is setVolker Lendecke1-0/+9
Contributions from Bill Hymas, IBM
2010-07-22s3: not use as-needed by default and auto use if enable-developer is activeBjörn Jacke1-3/+10
as discussed on samba-technical, we don't want people out there to use it unwittingly by default. However by enabling it when enable-developer is used we make sure that we don't break the feature.
2010-07-20s3: also run the test prog from the explicit external lib bug checkBjörn Jacke1-2/+5
on Linux linking already stops with a broken ld, on FreeBSD8 linking works but the binary is broken, so we must check both. this should be the final fix for bug #7561
2010-07-20s3: check for explicit external lib bug in ld's as-needed codeBjörn Jacke1-0/+34
Second part of fix for bug #7561 Based on test provided by Olaf Flebbe.
2010-07-20s3: add configure swtich to manually disable as-neededBjörn Jacke1-3/+9
first part fix for bug #7561 based on earlier patch from metze
2010-07-20Revert "s3: Don't use as-needed"Björn Jacke1-0/+33
This reverts commit b9835a1f9d8b81e4121a01a190dffaefe67cbe5c.
2010-07-18s3: Don't use as-neededVolker Lendecke1-33/+0
This is just broken. RHEL5 can't deal with it, FreeBSD8 is broken with it, and who knows what other platforms are broken. I can rather live with a system that links in a bit too much than a system that does not work at all.
2010-07-17s3: Right now we do not have includes in Makefile.inVolker Lendecke1-11/+1
Skip the expansion step on non-GNU-make systems
2010-07-07s3 build: Fix *netgrent prototype detection on opensolarisKai Blin1-3/+9
2010-06-20s3: Attempt to fix the build on NetBSDKai Blin1-3/+6
Unlike Linux and OSX, NetBSD seems to have *netgrent prototypes in netgroup.h.
2010-06-20s3 configure: Check for (set|get|end)netgrent prototypesKai Blin1-1/+24
2010-06-17s3:configure: use cc for linking on IRIX and fix shlib usageBjörn Jacke1-3/+2
2010-06-13Fix aio_read detection for -lrtVolker Lendecke1-0/+2
2010-06-11check if LD_AS_NEEDED breaks linking with libreadline fixes #7209Olaf Flebbe1-0/+20
Signed-off-by: Simo Sorce <idra@samba.org>
2010-06-11configure.in prevent generation of file "shlib.so"Olaf Flebbe1-1/+1
2010-06-05s3:build: add shared lib flag for HP-UX compilerBjörn Jacke1-1/+3
2010-06-02s3: Add vfs_linux_xfs_sgidVolker Lendecke1-0/+2
http://oss.sgi.com/bugzilla/show_bug.cgi?id=280 shows an old Linux XFS bug that still exists: Under certain circumstances the SGID bit is not inherited.
2010-05-31s3:configre: work around shell problem on HP-UX in AC macroBjörn Jacke1-1/+3
2010-05-31s3: use PICFLAG instead of PIE_FLAGSBjörn Jacke1-1/+1
2010-05-31s3: final test for working shlib support requires PIE_LDFLAGSBjörn Jacke1-1/+1
2010-05-30s3: use autoconf macro to get some debug output in config.logBjörn Jacke1-4/+7
2010-05-30s3: fix check for pie compiler flagsBjörn Jacke1-2/+2
some compilers (HP and Sun e.g.) output warning messages on stderr for unknown options and we ended up partly using some unwanted random compile flags we did't intend to use.
2010-05-26s3:configure: use the right AC_CACHE_CHECK variableBjörn Jacke1-1/+1
2010-05-25s3:fix configure after change "add Werror_FLAGS for IBM's xlc"Michael Adam1-0/+1
For me, 24b3725407f1a67e13a7646d2e3f26ed1e4735ff broke configure. The fix in f634450b67d2a084c41a63c0e94eb47adb90e101 is not complete yet. After staring at the change a bit, tt seems to me that the code inserted was just misplaced by one line. Michael
2010-05-25s3: fix the configure runBjörn Jacke1-1/+0
2010-05-24s3:configure: turn "error warnings" into errorsBjörn Jacke1-1/+1
By default "Missing argument(s)" is just an "error warning" for xlc :-) The change to turn "error warnings" into errors should fix bug #7427.
2010-05-24s3:configure: add Werror_FLAGS for IBM's xlcBjörn Jacke1-2/+14
2010-05-24s3: major overhaul of compiler and linker flags for HP-UX buildsBjörn Jacke1-9/+27
this will fix a number of things like shared library builds. That in turn will probably trigger some other build bugs...
2010-05-24s3:build: remove CFLAGS from LDSHFLAGS, SHLD has them alreadyBjörn Jacke1-4/+1
2010-05-23s3: Another non-gnumake fixVolker Lendecke1-6/+7
AC_OUTPUT_COMMANDS must be called before AC_OUTPUT and $MAKEFILE is not defined in ./config.status
2010-05-23s3: Factor out compiler-independent definesVolker Lendecke1-1/+3
2010-05-13s3:build: build smbtorture4 when the merged build is selectedStefan Metzmacher1-0/+2
metze