summaryrefslogtreecommitdiffstats
path: root/source4/heimdal_build
Commit message (Collapse)AuthorAgeFilesLines
* s4:heimdal_build: move #undef __APPLE__ to the end of roken.hStefan Metzmacher2010-05-142-5/+5
| | | | | | Some system includes need __APPLE__ defined. metze
* s4:heimdal_build: undefine __APPLE__ as we don't need that magicStefan Metzmacher2010-05-121-0/+5
| | | | | | This hopefully fixes the build on Mac OS 10. metze
* s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from autoconf buildStefan Metzmacher2010-05-121-1/+0
| | | | metze
* s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from the buildStefan Metzmacher2010-05-111-1/+1
| | | | | | | This is not needed and contains one big #ifdef __APPLE__ and breaks the build on Mac OS 10. metze
* s4-heimdalbuild: remove LIBNETIF dependency from HEIMDAL_GSSAPIAndrew Tridgell2010-04-261-1/+1
| | | | this avoids the s3compat layer from getting duplicate interfaces code
* s4:heimdal_build/wscript_build: avoid global deps for hostcc stuffStefan Metzmacher2010-04-121-0/+3
| | | | metze
* s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCCStefan Metzmacher2010-04-121-8/+10
| | | | metze
* lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCCStefan Metzmacher2010-04-121-3/+5
| | | | metze
* s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher2010-04-121-1/+1
| | | | metze
* s4:heimdal_build/wscript_build: remove more network related stuff from ↵Stefan Metzmacher2010-04-101-3/+4
| | | | | | HEIMDAL_ROKEN_H metze
* s4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_etStefan Metzmacher2010-04-101-2/+2
| | | | metze
* s4:heimdal_build/wscript_build: we don't need separate subsystems just for ↵Stefan Metzmacher2010-04-091-40/+11
| | | | | | optional source files metze
* s4:heimdal_build/wscript_build: remove useless dependecies of HEIMDAL_ROKEN_HStefan Metzmacher2010-04-091-3/+4
| | | | | | This hopefully fixes the build on host opi - OpenSUSE 10.2 (x86_64). metze
* s4:heimdal_build/wscript_build: create a HEIMDAL_ROKEN*_SOURCE variableStefan Metzmacher2010-04-091-3/+40
| | | | metze
* s4-waf: we don't need strerror_r from rokenAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: fixed some of the group orderingAndrew Tridgell2010-04-061-2/+5
| | | | We need to try to keep targets in the right groups
* s4-waf: look in libintl for dgettext()Andrew Tridgell2010-04-062-1/+3
|
* s4-waf: heimdal wants to look for dd_fd in DIRAndrew Tridgell2010-04-061-0/+4
|
* s4-waf: added libreplace dep for the conditional heimdal modulesAndrew Tridgell2010-04-061-0/+4
|
* s4-waf: merge in the latest changes from masterAndrew Tridgell2010-04-061-5/+13
| | | | The heimdal changes mean the asn1 compiler produces a 2nd header file
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-062-0/+4
| | | | them
* s4-waf: another place where broken ln -f on solaris8 mattersAndrew Tridgell2010-04-061-2/+2
|
* build: configure fixes for opensolarisAndrew Tridgell2010-04-061-1/+5
|
* build: updated configure checks or new syntaxAndrew Tridgell2010-04-061-12/+10
|
* build: rkpty should not directly include socket_wrapper.cAndrew Tridgell2010-04-061-1/+1
|
* build: fixed build of heimdal/lib/roken/err.hAndrew Tridgell2010-04-061-0/+9
|
* build: removed testing cflagsAndrew Tridgell2010-04-061-3/+2
|
* build: fixed ifaddrs.h for heimdal (from template)Andrew Tridgell2010-04-061-0/+8
|
* build: more functions that are in -lsocket -lnsl on some systemsAndrew Tridgell2010-04-061-4/+10
|
* build: compile_et needs lib/com_err includesAndrew Tridgell2010-04-061-0/+1
|
* build: don't look for gettext twiceAndrew Tridgell2010-04-061-2/+0
|
* build: don't add curses.h to incremental confdefs.hAndrew Tridgell2010-04-061-2/+2
|
* build: check libc first for several librariesAndrew Tridgell2010-04-061-3/+3
|
* build: don't install the heimdal compilersAndrew Tridgell2010-04-061-4/+9
|
* build: fixed termcap buildAndrew Tridgell2010-04-061-1/+3
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-45/+55
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: nearly there on samba4 buildAndrew Tridgell2010-04-062-77/+49
|
* build: fixed heimdal include listsAndrew Tridgell2010-04-061-16/+16
|
* build: fixed winsize checkAndrew Tridgell2010-04-061-0/+1
|
* build: fixed iuserok testAndrew Tridgell2010-04-061-1/+3
|
* build: improve autoconf macrosAndrew Tridgell2010-04-061-1/+3
| | | | | | | | - enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks
* build: h_errno for heimdalAndrew Tridgell2010-04-061-0/+4
|
* build: moved main autoproto rule into samba_autoproto.pyAndrew Tridgell2010-04-061-0/+1
|
* build: result of hack session with itaAndrew Tridgell2010-04-061-35/+209
|
* build: add README to explain gen_ndr, and ensure directory existsAndrew Tridgell2010-04-061-1/+8
|
* build: added heimdal_build table rulesAndrew Tridgell2010-04-061-1/+51
|
* build: fixes from itaAndrew Tridgell2010-04-061-0/+15
|
* build: added ASN1, PIDL and ET build rulesAndrew Tridgell2010-04-061-2/+2
| | | | also added selftest example command
* build: heimdal_build waf supportAndrew Tridgell2010-04-062-0/+341
| | | | heimdal now mostly builds
* s4-heimdal: use the HAVE_INET_* functions from libreplaceAndrew Tridgell2010-03-301-0/+8
|