summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
AgeCommit message (Collapse)AuthorFilesLines
2010-09-11lib/replace/wscript:Tru64 build - Better use version 600 for _XOPEN_SOURCEMatthias Dieter Wallnöfer1-2/+2
This means we request the "Single UNIX Specification, Version 3" with C99 compatibility as the Python 2.5 release on the system. This prevents redefinitions with different values. > [ 451/1918] Compiling scripting/python/pyglue.c > cc: Warning: /usr/local/include/python2.5/pyconfig.h, line 951: The redefinition of the macro "_XOPEN_SOURCE" conflicts with a current definition because the replacement lists differ. The redefinition is now in effect. (macroredef) > #define _XOPEN_SOURCE 600 > ----------------------^ > cc: Warning: default/source4/include/config.h, line 54: The redefinition of the macro "_XOPEN_SOURCE" conflicts with a current definition because the replacement lists differ. The redefinition is now in effect. (macroredef) > #define _XOPEN_SOURCE 500 > ----------------------^
2010-09-11lib/replace:wscript - additional attempt to fix the build on Tru64Matthias Dieter Wallnöfer1-1/+3
Obviously we really need both definitions ("socklen_t" has been found by "_XOPEN_SOURCE"=500). But now FIONREAD wasn't accessible.
2010-09-11lib/replace:wscript - don't check twice for type "bool"Matthias Dieter Wallnöfer1-2/+1
2010-09-11lib/replace:wscript - attempt to fix the features detection on Tru64Matthias Dieter Wallnöfer1-2/+2
Hopefully now we detect the built-in "socklen_t" https://bugs.internet2.edu/jira/browse/SSPCPP-114 http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V50_HTML/MAN/MAN5/0001____.HTM
2010-08-31replace/waf: add rt to deps at this placeBjörn Jacke1-1/+1
2010-08-31libreplace/waf: look for clock_gettimeBjörn Jacke1-0/+1
2010-08-23libreplace: fixed the strptime() waf testAndrew Tridgell1-8/+2
Thanks to Jelmer for pointing this out
2010-06-18replace: Avoid hiding symbols when libreplace is builtin, as thisJelmer Vernooij1-1/+5
appears to cause unresolved symbols at the moment.
2010-05-30libreplace: include sys/file.h only when availableBjörn Jacke1-1/+1
thanks to Joachim Schmitz <schmitz@hp.com>. This fixes #7460.
2010-05-20s3-waf: move the KRB5_DEPRECATED check into lib/replaceAndrew Tridgell1-1/+1
this needs to be with the krb5.h check
2010-05-20build: Don't look for krb5.h in libreplaceKai Blin1-1/+1
2010-05-11waf:libreplace: set _OSF_SOURCE to fix build on Tru64Björn Jacke1-0/+4
2010-04-24lib/replace/wscript: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher1-0/+8
We really on IPV6_V6ONLY being supported. metze
2010-04-24lib/replace/wscript: add replacement for IPV6_V6ONLY on linux systems with ↵Stefan Metzmacher1-0/+19
broken headers This is needed on SLES8. metze
2010-04-18replace-waf: hide symbols in libreplace if a builtin libraryAndrew Tridgell1-0/+1
2010-04-12lib/replace/wscript: avoid global deps for LIBREPLACE_HOSTCCStefan Metzmacher1-0/+1
metze
2010-04-12lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf ↵Stefan Metzmacher1-9/+2
system does metze
2010-04-12lib/replace/wscript: add dependency to 'dl'Stefan Metzmacher1-1/+1
metze
2010-04-12lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCCStefan Metzmacher1-2/+2
metze
2010-04-12s4-waf: move the KRB5_DEPRECATED check into lib/replaceAndrew Tridgell1-0/+7
this needs to be with the krb5.h check for the source3 build
2010-04-12s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher1-14/+7
metze
2010-04-12lib/replace/wscript: rename REPLACE_H_SOURCE => REPLACE_HOSTCC_SOURCEStefan Metzmacher1-5/+6
metze
2010-04-12lib/replace/wscript: implement the same getpass detection logic as the ↵Stefan Metzmacher1-2/+2
autoconf version metze
2010-04-12lib/replace/wscript: inline LIBREPLACE_GETPASS into 'replace'Stefan Metzmacher1-5/+3
metze
2010-04-10lib/replace: create a LIBREPLACE_H subsystemStefan Metzmacher1-3/+12
metze
2010-04-06s4-waf: fixed waf distcheck for our standalone libs and s4Andrew Tridgell1-0/+4
2010-04-06s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell1-10/+8
This works with both standalone lib builds and bundled builds
2010-04-06s4-waf: fixed finding of buildtools and srcdirAndrew Tridgell1-7/+7
2010-04-06s4-waf: avoid having to run waf configure before waf distAndrew Tridgell1-3/+15
This should be useful for building tarballs from a clean checkout
2010-04-06s4-waf: fixed some of the group orderingAndrew Tridgell1-2/+7
We need to try to keep targets in the right groups
2010-04-06s4-waf: add getaddrinfo.c replacement if neededAndrew Tridgell1-0/+1
2010-04-06s4-waf: added test for dlopen prototypeAndrew Tridgell1-0/+3
2010-04-06s4-waf: get the sense of the tests for the HAVE_INET_* replacements rightAndrew Tridgell1-5/+5
2010-04-06s4-waf: heimdal wants to look for dd_fd in DIRAndrew Tridgell1-2/+0
2010-04-06s4-waf: fixed dirfd() detection for heimdalAndrew Tridgell1-1/+2
2010-04-06s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell1-2/+1
2010-04-06s4-waf: set default for bundled librariesAndrew Tridgell1-0/+2
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06s4-waf: fdatasync is in librt on solaris8Andrew Tridgell1-1/+3
2010-04-06libreplace: add a replacement for strerror_r (needed on solaris8)Andrew Tridgell1-1/+1
2010-04-06s4-waf: replace stdint.h and stdbool.h on systems that don't have themAndrew Tridgell1-0/+12
2010-04-06build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell1-159/+32
this stops lib/replace becoming a mess
2010-04-06build: Change checks to conform to new CHECK_* behaviourKai Blin1-8/+8
2010-04-06build: check for inttypes.hKai Blin1-1/+1
2010-04-06build: check size of dev_t, ino_t and time_tKai Blin1-0/+1
2010-04-06build: check for uint_tKai Blin1-0/+1
2010-04-06build: Check for syscall headersKai Blin1-0/+1
2010-04-06build: add cflags from pkg_config results to header/function testsAndrew Tridgell1-8/+29
When we find a package with pkg_config we may need to use the resulting ccflags and ldflags in later tests. Support this by adding lib= options to CHECK_FUNC and CHECK_HEADER This gets gnutls on FreeBSD working
2010-04-06build: add additional libreplace conditional sourcesAndrew Tridgell1-3/+6
2010-04-06build: finer grained rpath checking for binary/installAndrew Tridgell1-2/+0