summaryrefslogtreecommitdiffstats
path: root/source4/heimdal_build
Commit message (Collapse)AuthorAgeFilesLines
...
* heimdal_build: Add missing dependency on replace, necessary because ↵Jelmer Vernooij2010-11-121-1/+1
| | | | replace.h is included.
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-314-1197/+0
| | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
* s4-waf: added a lexyacc.sh script that manually rebuilds the heimdal parsersAndrew Tridgell2010-10-301-0/+82
| | | | | we so rarely need to rebuild these that it is simplest to just run lexyacc.sh when we import a new heimdal release
* waf: build all libraries after all object filesAndrew Tridgell2010-10-301-2/+7
| | | | | | this makes it easier to perform symbol checking before the link stage. The two new build groups symbolcheck and syslibcheck will be used by the symbols.py extension
* s4-heimdal: removed the use of signal.c from rokenAndrew Tridgell2010-10-301-1/+0
| | | | | | we don't need to replace signal() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-1/+1
|
* torture_local: Add missing dependency on socket_wrapper.Jelmer Vernooij2010-10-261-1/+1
|
* s4-waf: don't generate PACKAGE_* defines in config.hStefan Metzmacher2010-10-253-5/+8
| | | | | | | | | | | - We don't use them anywhere (heimdal has special rules) - They calculate the version at configure time and may contain the wrong git hash while building - If we really need them in future we should add them to version.h and not config.h, as the changing git hash will trigger a full rebuild if config.h changes. metze
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
|
* s4: Rename UID_WRAPPER to uid_wrapper.Jelmer Vernooij2010-10-231-1/+1
| | | | Only link to uid_wrapper when it is enabled.
* waf: fixed the handling of -Wl,-no-undefinedAndrew Tridgell2010-10-211-3/+1
| | | | | this flag was not being propogated to our link rules, so we were not in fact enforcing no undefined symbols in libraries.
* s4-waf: removed dependencies on missing subsystemsAndrew Tridgell2010-10-211-2/+2
| | | | these were left over from the old config.mk system
* waf: replace the is_bundled option with private_libraryAndrew Tridgell2010-10-211-3/+3
| | | | | 'private_library' better captures what we are trying to get at when we bundle a library
* waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell2010-10-191-3/+3
|
* heimdal_build: Add dependency on com_err to HEIMDAL_CONFIG.Jelmer Vernooij2010-10-181-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 18 10:27:47 UTC 2010 on sn-devel-104
* heimdal: Attempt to fix path of hdb_asn1.hJelmer Vernooij2010-10-181-0/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 18 00:15:11 UTC 2010 on sn-devel-104
* heimdal: Add local simpler copy of to_list().Jelmer Vernooij2010-10-171-9/+17
|
* heimdal: Remove some unused arguments from HEIMDAL_SUBSYSTEM().Jelmer Vernooij2010-10-161-7/+3
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 16 16:14:24 UTC 2010 on sn-devel-104
* heimdal: Allow leaving off prefix from asn1 option_file.Jelmer Vernooij2010-10-161-2/+5
|
* heimdal: Leave off ../heimdal prefix to HEIMDAL_BINARY().Jelmer Vernooij2010-10-161-29/+14
|
* heimdal: Allow leaving off prefix to HEIMDAL_ERRTABLE().Jelmer Vernooij2010-10-161-9/+11
|
* heimdal: Allow leaving off prefix for HEIMDAL_ASN1().Jelmer Vernooij2010-10-161-19/+20
|
* heimdal: Allow leaving off ../heimdal prefix for proto headers.Jelmer Vernooij2010-10-161-13/+14
|
* heimdal: Allow leaving off ../heimdal prefix for source files.Jelmer Vernooij2010-10-161-104/+104
|
* heimdal: Add convenience functions for finding heimdal paths.Jelmer Vernooij2010-10-161-3/+6
|
* heimdal: Call HEIMDAL_AUTOPROTO() manually.Jelmer Vernooij2010-10-161-15/+11
|
* heimdal: Call HEIMDAL_AUTOPROTO_PRIVATE() manually.Jelmer Vernooij2010-10-161-6/+4
|
* heimdal: Add variables for source files.Jelmer Vernooij2010-10-161-12/+15
|
* heimdal: Simplify handling of ../heimdal prefixes in HEIMDAL_SUBSYSTEM.Jelmer Vernooij2010-10-161-82/+83
|
* heimdal_build: Fix detection of system roken library.Jelmer Vernooij2010-10-161-1/+1
|
* heimdal_build: Remove ignored argument ldflags from HEIMDAL_BINARY().Jelmer Vernooij2010-10-161-1/+0
|
* heimdal_build: Support using system asn1 library.Jelmer Vernooij2010-10-162-28/+35
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 16 02:14:32 UTC 2010 on sn-devel-104
* heimdal_build: Skip some hx509 code when using system hx509.Jelmer Vernooij2010-10-161-42/+41
|
* heimdal_build: Add comment with stub for finding the system libtommath.Jelmer Vernooij2010-10-161-0/+4
|
* heimdal_build: Initial work on supporting an external heimdal library.Jelmer Vernooij2010-10-161-5/+6
|
* heimdal_build: Support using system hx509 library when explicitlyJelmer Vernooij2010-10-162-47/+44
| | | | requested.
* heimdal_build: Fix build with system roken.Jelmer Vernooij2010-10-161-9/+9
|
* heimdal_build: Put version objects in a separate subsystem.Jelmer Vernooij2010-10-164-21/+57
|
* heimdal: Support using system roken.Jelmer Vernooij2010-10-162-98/+100
|
* heimdal_build: Use existing functions for finding system libraries.Jelmer Vernooij2010-10-161-6/+1
|
* heimdal Add missing dependencies on wind.Jelmer Vernooij2010-10-151-2/+2
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Oct 15 23:20:22 UTC 2010 on sn-devel-104
* heimdal_build: Allow using system wind.Jelmer Vernooij2010-10-152-47/+67
| | | | | | Please note that to use the system wind library the user explicitly has to specify --bundled-library=!wind . Without that option we will always use the included wind library.
* s4-heimdal: fixed some trailing commas in heimdal buildAndrew Tridgell2010-10-141-3/+3
|
* heimdal: Add soname for com_err.Jelmer Vernooij2010-10-131-0/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 20:00:40 UTC 2010 on sn-devel-104
* heimdal: Add sonames.Jelmer Vernooij2010-10-131-2/+9
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 18:15:04 UTC 2010 on sn-devel-104
* s4: don't rebuild all of heimdal when dynconfig options changeAndrew Tridgell2010-10-131-6/+15
| | | | only 2 files in heimdal depend on dynconfig variables
* heimdal_build: Fix dependencies for hx509.Jelmer Vernooij2010-10-101-1/+1
|
* s4-heimdal: disable using the system compile_et for nowAndrew Tridgell2010-10-061-2/+5
| | | | | | | | | | just checking that compile_et exists isn't enough. It has to actually work. Quite a few build farm systems have /usr/bin/compile_et, but it gets link errors when you try to use it (missing symbols et_list_lock and et_list_unlock) Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 6 07:48:16 UTC 2010 on sn-devel-104
* heimdal-build: Require com_err library to provide com_right_r function.Jelmer Vernooij2010-10-051-1/+1
|
* heimdal-com_err: fix the build for systems with older 'com_err' libraryKamen Mazdrashki2010-10-051-1/+1
| | | | | Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Oct 5 21:36:41 UTC 2010 on sn-devel-104