summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18210: - reenable autodependenciesStefan Metzmacher1-1/+1
- and add -MT $@ to the dependency generation to notice changes in depdendecies of header files you may need a 'make clean' or at least you need to remove heimdal_build/replace.hd metze (This used to be commit 5ecf98cc189039023ff0a97f43eba7fb2c2cdc46)
2007-10-10r18203: rearranged the overrides in heimdal_build/*.h to avoid the use ofAndrew Tridgell3-48/+33
heimdal_build/config.h from interfering with libreplace This is a workaround for the fact that with the current CFLAGS and dependencies system, -Iheimdal_build is put at the front of the includes list, which means it overrides the normal config.h (This used to be commit 84335903ceaf2242e43a0c5464e33408daec44b4)
2007-10-10r18202: moved the overrides for HAVE_xxx from heimdal_build/config.h toAndrew Tridgell2-23/+26
heimdal_build/roken.h This is a workaround for the fact that with the current CFLAGS and dependencies system, -Iheimdal_build is put at the front of the includes list, which means it overrides the normal config.h (This used to be commit dc2580f0fd67687cbe4b590a7fed9fde0db4a4a0)
2007-10-10r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCCStefan Metzmacher1-6/+4
- also specify USE_HOSTCC = YES on binaries that use HOSTCC I also disable autodependecies as this change let make run forever, I hopefully fix that tomorrow metze (This used to be commit 159f74570233a8707dc1deb70fb1917a854213f8)
2007-10-10r18154: try to get the heimdal_build code to use libreplace in a better wayAndrew Tridgell1-11/+1
(chasing down build failures ...) added showflags as part of 'all' target, which makes tracking down problems easier in the build farm (This used to be commit d52aaccdf8a537dc8de8db7c30ff0ab076c4c63f)
2007-10-10r18087: use m4_include() do notice missing filesStefan Metzmacher1-5/+5
metze (This used to be commit 77948d26f046ac2857260918bd01172bf2166e21)
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij1-0/+2
* libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
configure check for the interfaces. should fix the build on some old sun boxes metze (This used to be commit f20e251bfd9f1eb7ce5c00739631b1625a2aa467)
2007-10-10r16011: we don't need sys/bitypes.h any moreStefan Metzmacher1-1/+0
metze (This used to be commit d49464be56ff714b9b251867cabc7811c137ee76)
2007-10-10r15992: fix the subsystem name,Stefan Metzmacher1-2/+2
hopefully fix the build on Mac OS 10.4.5 metze (This used to be commit 103f64c7cf9854e8f41f2aede68aec622cd554b6)
2007-10-10r15991: try to fix the build on au2 IRIX 6.4Stefan Metzmacher1-0/+1
metze (This used to be commit 658f9a15890f17643da1217c332aea27915ee46e)
2007-10-10r15374: Make subsystem name shorter - Stratos VOS has a filename length ↵Jelmer Vernooij1-3/+3
limit of 32 (This used to be commit 1c2dc5ec109200df8706504838f651fe98dec69e)
2007-10-10r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with ↵Jelmer Vernooij1-1/+1
-lsocket on SUN boxes. (This used to be commit c95ad11307dc89384c10bd5919817bf12d9c1ed9)
2007-10-10r15355: Add replacement 'err.h' for systems that don't have it such as ↵Jelmer Vernooij2-0/+9
SerNet-Tru64 (This used to be commit 2961d545fb23e271c5f1c11bc618f16120e47f49)
2007-10-10r15354: Add dependency on libsocket (required for sun1)Jelmer Vernooij1-1/+2
(This used to be commit 566413f83d6a1a047acacfa79694d97bb0f66cf0)
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-5/+3
Remove some autogenerated headers (which had prototypes now autogenerated by pidl) Remove ndr_security.h from a few places - it's no longer necessary (This used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8)
2007-10-10r15313: Fix some dependencies in dso modeJelmer Vernooij1-2/+3
(This used to be commit f0afe9e2ff16515df1b3226b479b19ea3e9c3d0c)
2007-10-10r15297: Move create_security_token() to samdb as it requires SAMDB (and the ↵Jelmer Vernooij1-6/+11
rest of LIBSECURITY doesn't) Make the ldb password_hash module only depend on some keys manipulation code, not full heimdal Some other dependency fixes (This used to be commit 5b3ab728edfc9cdd9eee16ad0fe6dfd4b5ced630)
2007-10-10r15278: Fix recreating symlink every time.Jelmer Vernooij2-2/+2
(This used to be commit 6f8382432f8e6fba4d7c0f629f94ad514f0cee08)
2007-10-10r15276: Fix path to perl on some hostsJelmer Vernooij1-1/+1
Fix perl warning (This used to be commit 50e184819d0f92da003c27c4d9adeeef3dfb55dd)
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij2-8/+8
with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
2007-10-10r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's ↵Jelmer Vernooij1-18/+18
working again. (This used to be commit 33e4b92c46f272478b3c9e433f910dbbaab52af8)
2007-10-10r15265: Try to find inet_pton in -lnsl (should fix linking on sun1)Jelmer Vernooij2-1/+15
(This used to be commit a7c13020413a4d9621bef5bf9085b901ffbe1eb4)
2007-10-10r15263: Remove another use of patsubst (should make tru64 happy)Jelmer Vernooij2-1/+10
(This used to be commit 559ae256e133777e77bfe7a683f1c441cd6007b0)
2007-10-10r15262: Only include getprogname if it is needed by the system. This shouldJelmer Vernooij2-5/+21
fix the build on Mac OS X (This used to be commit 465409974da7a643617689ee7c5b55427f727548)
2007-10-10r15254: Fix heimdal's addrinfo subsystem for those systems that need it. ThisJelmer Vernooij1-1/+1
should get the build on sun1 and us4 another step further. (This used to be commit 2f2f47a3891a73e1656908fc30c1c03ebae59bb2)
2007-10-10r15252: Fix inet_aton (required for Tru64 and Solaris)Jelmer Vernooij1-1/+1
(This used to be commit 015e6e3d1bc1eafb1e3654203715fe1100676675)
2007-10-10r15248: Fix automatic dependencies buildJelmer Vernooij1-8/+6
(This used to be commit 3e5aa5e7940ebbb961c53418d170495860f514a0)
2007-10-10r15234: Remove heimdal include paths from global CFLAGSJelmer Vernooij2-9/+5
(This used to be commit 0466165e90160209679a6005511e04e55ed2bf06)
2007-10-10r15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1Jelmer Vernooij1-1/+1
(This used to be commit b74faf771d37eccb7f95236c97162cc3b83e6794)
2007-10-10r15223: Move heimdal's -I parameters from the global list of includes toJelmer Vernooij1-39/+23
the subsystems in question (This used to be commit 2fbb4d91fa580ccb64e36f0b082f23af33123b13)
2007-10-10r15221: We don't need to have these rcsid strings in Samba's use of Heimdal.Andrew Bartlett1-2/+1
Andrew Bartlett (This used to be commit b2649aaf399e6ff8d3e749b21cf64ea5e089e5cb)
2007-10-10r15219: Look for gai_strerror in more places, so we don't conflict with theAndrew Bartlett2-7/+17
system library. This might help the build on proprietory unixes Andrew Bartlett (This used to be commit f1da657d5629425b55c9bd89427ef5d8c19f9636)
2007-10-10r15211: REQUIRED_SUBSYSTEMS for binaries are gone, use PRIVATE_DEPENDENCIES hereAlexander Bokovoy1-2/+2
(This used to be commit 29bd0d6d0c9832ad10da1fe9b07c2bbc9910c8c6)
2007-10-10r15208: Change _GNU_SOURCE propagation to apply only to generated files as ↵Alexander Bokovoy1-4/+28
Andrew B. suggests (This used to be commit 9b99d4d3d59dcd4f75e7220f4c430a2c24af8920)
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-7/+7
for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
2007-10-10r15206: Heimdal is always compiled with _GNU_SOURCE enabled (in its ↵Alexander Bokovoy1-2/+2
configure.in it is defined unconditionally). However, the lex-generated files don't fetch config.h's definition of _GNU_SOURCE before including features.h because of preamble added by lex which already includes some system headers which in turn include features.h. Therefore, we need to specify it explicitly on comand line. This change adds some 'noise' (_GNU_SOURCE already defined ...) but it is neccessary to get samba4 to compile successfuly on Maemo. (This used to be commit cd7307c099ace123d840459da39a49ccf3872267)
2007-10-10r15192: Update Samba4 to use current lorikeet-heimdal.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit f0e538126c5cb29ca14ad0d8281eaa0a715ed94f)
2007-10-10r15156: For some reason, ln -sf doesn't appear to work as expected on IRIX. ↵James Peach1-1/+1
Replace this with an explicit rm. (This used to be commit ed33a140044c301f23b1bccbc334dd0e163647ed)
2007-10-10r15155: Add strsep replacement from heimdal 0.7.2 for systems that don'tJames Peach1-0/+1
have strsep in libc. (This used to be commit 76dea9f68ca9be909c45979c9e5510133e4f2264)
2007-10-10r15099: An attempt to fix BSD make portability issues. With these changes ↵Alexander Bokovoy1-0/+3
Samba 4 builds successfully on NetBSD 3.0 (This used to be commit 71ea07e72d71b06166e0384950df83061a4677b8)
2007-10-10r15051: Remove directory creation from this rule; we use script/buildtree.pl ↵Alexander Bokovoy1-1/+0
for external build dir instead (This used to be commit ba7b41bb57c926ba165260016c537622210b029b)
2007-10-10r15036: Add out of tree build support and see how buildfarm will respond to ↵Alexander Bokovoy1-0/+1
make constructs (This used to be commit 9329854489e2c231ffb7986d39009e0936873c11)
2007-10-10r15001: Add 'make dist'Jelmer Vernooij1-0/+3
(This used to be commit 16e67d04d40a156a60011bcf6247ebf6039bbf30)
2007-10-10r14866: Fix CFLAGS when building compile_et. This should fix the buildJelmer Vernooij1-0/+4
on some of the buildfarm hosts. Thanks to Richard Bollinger <rabollinger@gmail.com> for helping debug this. (This used to be commit ab0c2ede27550f400c1ffb8fc1adbeddb477468e)
2007-10-10r14852: See if all target platforms support multiple .SUFFIXES lines.Jelmer Vernooij1-0/+4
(This used to be commit 137ed99e3527c5240533d59b6b98d1f01a849046)
2007-10-10r14654: Fix hcrypto link when using automatic dependenciesJelmer Vernooij1-2/+1
(This used to be commit 2db7109abf3cbf1b676077f8e7536644dc55dfab)
2007-10-10r14635: - Remove lex.c from SVN (it is built anyway, and having it in SVNAndrew Bartlett1-0/+1
confuses things) - Update Samba4 from lorikeet-heimdal - Remove generated symlink on make clean Andrew Bartlett (This used to be commit a5c2b4cc92e807d18cb8df99bebf004fa4252e1e)
2007-10-10r14605: Create heimdal/lib/des/hcrypto symlink if it doesn't existJelmer Vernooij1-11/+4
(This used to be commit 303832bdc90f371c68185773009d143d1acf93ae)
2007-10-10r14562: Use VPATH to solve strange heimdal dependenciesJelmer Vernooij2-4/+2
(This used to be commit 4d09ffa7f128e881fc891988ea672ae93a7ab45d)