summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
AgeCommit message (Collapse)AuthorFilesLines
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-1/+1
2010-10-26torture_local: Add missing dependency on socket_wrapper.Jelmer Vernooij1-1/+1
2010-10-25s4-waf: don't generate PACKAGE_* defines in config.hStefan Metzmacher3-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
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-23s4: Rename UID_WRAPPER to uid_wrapper.Jelmer Vernooij1-1/+1
Only link to uid_wrapper when it is enabled.
2010-10-21waf: fixed the handling of -Wl,-no-undefinedAndrew Tridgell1-3/+1
this flag was not being propogated to our link rules, so we were not in fact enforcing no undefined symbols in libraries.
2010-10-21s4-waf: removed dependencies on missing subsystemsAndrew Tridgell1-2/+2
these were left over from the old config.mk system
2010-10-21waf: replace the is_bundled option with private_libraryAndrew Tridgell1-3/+3
'private_library' better captures what we are trying to get at when we bundle a library
2010-10-19waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell1-3/+3
2010-10-18heimdal_build: Add dependency on com_err to HEIMDAL_CONFIG.Jelmer Vernooij1-1/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 18 10:27:47 UTC 2010 on sn-devel-104
2010-10-18heimdal: Attempt to fix path of hdb_asn1.hJelmer Vernooij1-0/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Oct 18 00:15:11 UTC 2010 on sn-devel-104
2010-10-17heimdal: Add local simpler copy of to_list().Jelmer Vernooij1-9/+17
2010-10-16heimdal: Remove some unused arguments from HEIMDAL_SUBSYSTEM().Jelmer Vernooij1-7/+3
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 16 16:14:24 UTC 2010 on sn-devel-104
2010-10-16heimdal: Allow leaving off prefix from asn1 option_file.Jelmer Vernooij1-2/+5
2010-10-16heimdal: Leave off ../heimdal prefix to HEIMDAL_BINARY().Jelmer Vernooij1-29/+14
2010-10-16heimdal: Allow leaving off prefix to HEIMDAL_ERRTABLE().Jelmer Vernooij1-9/+11
2010-10-16heimdal: Allow leaving off prefix for HEIMDAL_ASN1().Jelmer Vernooij1-19/+20
2010-10-16heimdal: Allow leaving off ../heimdal prefix for proto headers.Jelmer Vernooij1-13/+14
2010-10-16heimdal: Allow leaving off ../heimdal prefix for source files.Jelmer Vernooij1-104/+104
2010-10-16heimdal: Add convenience functions for finding heimdal paths.Jelmer Vernooij1-3/+6
2010-10-16heimdal: Call HEIMDAL_AUTOPROTO() manually.Jelmer Vernooij1-15/+11
2010-10-16heimdal: Call HEIMDAL_AUTOPROTO_PRIVATE() manually.Jelmer Vernooij1-6/+4
2010-10-16heimdal: Add variables for source files.Jelmer Vernooij1-12/+15
2010-10-16heimdal: Simplify handling of ../heimdal prefixes in HEIMDAL_SUBSYSTEM.Jelmer Vernooij1-82/+83
2010-10-16heimdal_build: Fix detection of system roken library.Jelmer Vernooij1-1/+1
2010-10-16heimdal_build: Remove ignored argument ldflags from HEIMDAL_BINARY().Jelmer Vernooij1-1/+0
2010-10-16heimdal_build: Support using system asn1 library.Jelmer Vernooij2-28/+35
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 16 02:14:32 UTC 2010 on sn-devel-104
2010-10-16heimdal_build: Skip some hx509 code when using system hx509.Jelmer Vernooij1-42/+41
2010-10-16heimdal_build: Add comment with stub for finding the system libtommath.Jelmer Vernooij1-0/+4
2010-10-16heimdal_build: Initial work on supporting an external heimdal library.Jelmer Vernooij1-5/+6
2010-10-16heimdal_build: Support using system hx509 library when explicitlyJelmer Vernooij2-47/+44
requested.
2010-10-16heimdal_build: Fix build with system roken.Jelmer Vernooij1-9/+9
2010-10-16heimdal_build: Put version objects in a separate subsystem.Jelmer Vernooij4-21/+57
2010-10-16heimdal: Support using system roken.Jelmer Vernooij2-98/+100
2010-10-16heimdal_build: Use existing functions for finding system libraries.Jelmer Vernooij1-6/+1
2010-10-15heimdal Add missing dependencies on wind.Jelmer Vernooij1-2/+2
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Oct 15 23:20:22 UTC 2010 on sn-devel-104
2010-10-15heimdal_build: Allow using system wind.Jelmer Vernooij2-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.
2010-10-14s4-heimdal: fixed some trailing commas in heimdal buildAndrew Tridgell1-3/+3
2010-10-13heimdal: Add soname for com_err.Jelmer Vernooij1-0/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 20:00:40 UTC 2010 on sn-devel-104
2010-10-13heimdal: Add sonames.Jelmer Vernooij1-2/+9
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 13 18:15:04 UTC 2010 on sn-devel-104
2010-10-13s4: don't rebuild all of heimdal when dynconfig options changeAndrew Tridgell1-6/+15
only 2 files in heimdal depend on dynconfig variables
2010-10-10heimdal_build: Fix dependencies for hx509.Jelmer Vernooij1-1/+1
2010-10-06s4-heimdal: disable using the system compile_et for nowAndrew Tridgell1-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
2010-10-05heimdal-build: Require com_err library to provide com_right_r function.Jelmer Vernooij1-1/+1
2010-10-05heimdal-com_err: fix the build for systems with older 'com_err' libraryKamen Mazdrashki1-1/+1
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Oct 5 21:36:41 UTC 2010 on sn-devel-104
2010-10-05Add missing dependencies for com_err.Jelmer Vernooij1-2/+2
2010-10-05heimdal-build: Simplify calls to convenience functions.Jelmer Vernooij1-116/+94
2010-10-05heimdal-build: Add HEIMDAL_BINARY convenience method.Jelmer Vernooij1-24/+80
2010-10-05heimdal-build: Implement HEIMDAL_LIBRARY with fewer wafsamba functions.Jelmer Vernooij1-9/+50
2010-10-05heimdal-build: Add heimdal specific subsystem function.Jelmer Vernooij1-10/+52