Age | Commit message (Collapse) | Author | Files | Lines |
|
also, putenv() cannot take a const char *
(This used to be commit 03c9f9dc3668d43983e0e6d7b87d9d3bbf8869f0)
|
|
metze
(This used to be commit 4ce7b4e45c016215a84a70b677d55cc6e79a2473)
|
|
C99 initialisers without any flags, but if you don't give it -AC99
then it dies when those initialisers are very complex
(This used to be commit 46f72d7e3f285d08a043b4e8551f22c4dffe65e5)
|
|
metze
(This used to be commit 239a2607ab1a725dcbbfc03103006d2a3bf6b41e)
|
|
metze
(This used to be commit 9695a4bd530d0f49e6a87c6bb56502c6d2d3bdbd)
|
|
always at it as first private dependencies
metze
(This used to be commit 135d096776b53ae09ffc2b4f767dfbd18139570f)
|
|
(This used to be commit d03aaecdcd62ecf2910f0d0570184a0c42874574)
|
|
this should fix a pile of printf format warnings
(This used to be commit fe209e360e3857f39355335e4fa6a43b2db23038)
|
|
- 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)
|
|
(This used to be commit bda5c3c0e39de0ae2d4686a8746cc7ee1cc9d18f)
|
|
must be a pretty old readline lib!
(This used to be commit ba901e6820c02bc696c0bd3e9e0788801fd0795b)
|
|
this should help with coreserverbuild (Mac OS X)
(This used to be commit b0efbdfa98cfda87a78874c2a71a52cc091e4021)
|
|
(This used to be commit 6a48f75eaef031538c3e5b98d8672919bba7c409)
|
|
(This used to be commit dd7af58b83815620114795aa49bc30b2440bd81b)
|
|
headers with "" even with a -I override. That means our heimdal_build/
roken override doesn't work.
Switching to <> style includes in roken fixes this. lha, would be be
acceptable upstream? I notice that half your includes of roken.h are
with <> now anyway, so should be harmless (and even more consistent!)
(This used to be commit 92742b899941687c861a85683ad2c2c6a3083fb6)
|
|
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)
|
|
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)
|
|
These values are used by SASL at a later time, and must remain valid.
Make the password callback actually return the password.
Andrew Bartlett
(This used to be commit 8e12f92bbe3aa878292169f4699502e241ef6c0b)
|
|
(This used to be commit 084b5002b9a8c9790ce81480fe26d57e52789dbb)
|
|
rafal
(This used to be commit 8657bd437a13513632650a192509fc98c686c69d)
|
|
metze
(This used to be commit a2eee3c6dbe14fc8fc6ee2f5581f2d9a33e25def)
|
|
- 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)
|
|
CC and CFLAGS
LD and LDFLAGS
STLD and STLD_FLAGS
SHLD and SHLD_FLAGS
all controled by configure
and import the values from samba3 which are more recent
metze
(This used to be commit 5e59153735102df6fae2eaaac6a7c3db86c95f8f)
|
|
- add some AC_DEFINES to rewrite.m4
(I'll remove them from check_ld.m4 soon)
(I've also merged new values from samba3)
metze
(This used to be commit de0c8d1b1729daef984d5b44e0224481cf9e2164)
|
|
metze or jelmer, is there some way we can get LIBREPLACE in globally?
We're going to be chasing these forever!
(This used to be commit 7a9d41dd5b71f79ec10c2d3774d01dba696728fd)
|
|
(This used to be commit dc1369b2ad1f55e1acfcc2ddd99ec6ac8b115da9)
|
|
metze
(This used to be commit 647f3b140c77a2a01ff0c9fadf45e080659844d1)
|
|
(This used to be commit 587a681c19a2747faaf83157e94dba998b6caf42)
|
|
(This used to be commit 51faeff2fa8050190ce0c3608f7936414fe2ea15)
|
|
(This used to be commit 8b622c5ded0732df0eaf9f6226f52a27b6eacd73)
|
|
(This used to be commit b34310029a02402bf5f5bd8690a67a3d746906ee)
|
|
metze
(This used to be commit 675541f24e4681161fcc85422c14f9ecbf30e048)
|
|
(This used to be commit 6f5e7df6f2cf67731e596b1d1d6fafbb76123e89)
|
|
(This used to be commit 849fa935401b8d846e5e9c92267dc1cbabd3ae55)
|
|
- replacing rename() is pointless - all platforms have it (and the
#define of rename breaks some code)
- use system/locale.h in snprintf.c
- fix passwd.h for initgroups
- stdlib is in replace.h, not needed elsewhere
- fix the initgroups replacement
- fix mapping of dl functions to rep_*
(This used to be commit 57cd0ca176387d6a3acabf9fedeef4f2a3a3dad7)
|
|
ranlib)
and see how portable it is
metze
(This used to be commit 47b4509db909e0848842c1601f2058183d36bda7)
|
|
(This used to be commit 72e71de3e591091d71e43a3c9efd1cafd82d6c89)
|
|
(This used to be commit 859fefc3b9d4241c3db2b2642e3340dffd93f1dd)
|
|
DIGEST-MD5 implemenation in particular.
However, I can't make this work: Cyrus-SASL isn't loading the mech...
Andrew Bartlett
(This used to be commit 0b193d28c896c9d212a536da7d87634543d971a5)
|
|
(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)
|
|
metze
(This used to be commit 39dc57a50280889a56fa27638b9f56574883a487)
|
|
and include them from there
metze
(This used to be commit 38f9e90a120b4e62f005a1bac89139ee87f63071)
|
|
metze
(This used to be commit 6ffebfb9b7b8175eb312df6b9bc9fbd0db61b2e1)
|
|
metze
(This used to be commit e354cd0fae7ad87be30a820954dc840271301177)
|
|
metze
(This used to be commit 477c83c9834fa4dde0b69f6413336144ea5d5bdb)
|
|
- don't try to install with make test
- add make distclean and realdistclean
metze
(This used to be commit 67cb692a48726075f70b55e18e71d8fae6303d34)
|
|
metze
(This used to be commit 20543e0306b129ee89c6ad21dd41205ac0263d7d)
|
|
(This used to be commit f226645d73c85011fea32a9b6e26eb41dd2c4336)
|
|
metze
(This used to be commit d0f40dd3e5ca8b46ee9b2c4332b393f519383aae)
|
|
metze
(This used to be commit da9be10dc602d21871d970a10015e970650942fe)
|