Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit d853dcfda771888f80a80e14ffabb1c0e58a340e)
|
|
(This used to be commit 50318dc55ed5eb70adb02a5680498fad3c3e590d)
|
|
- 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)
|
|
- 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
(This used to be commit 647f3b140c77a2a01ff0c9fadf45e080659844d1)
|
|
and include them from there
metze
(This used to be commit 38f9e90a120b4e62f005a1bac89139ee87f63071)
|
|
metze
(This used to be commit 77948d26f046ac2857260918bd01172bf2166e21)
|
|
volker that one was for you:-)
metze
(This used to be commit d0aa78177d24877320bac2294328e0083f34e9a5)
|
|
metze
(This used to be commit 6b4f788c71a6d445ded522d89cd5425f9e2fb391)
|
|
-Wmissing-field-initializers
gcc options, but don't enable them yet.
we should step by step try to enable them, after removing the flood of warnings
they would generate.
metze
(This used to be commit 40fb476a9cc53c757dcf07e879107c4572b8a1ee)
|
|
(only when defined in the .c file not in headers)
metze
(This used to be commit a6f22cd924ce040d6b3c31c9c483f1c256015f8d)
|
|
metze
(This used to be commit c3be1e18bcc050fe96be3f35e10ca643673749ca)
|
|
in
#define inline
if the compiler doesn't support it
This hopefully fix the build on some hosts,
however we should not start to use inline in our
code this is more to not need to touch imported files
from heimdal or popt.
metze
(This used to be commit 687d69af6228d159a0dfc59c44eb0a1349a51f2b)
|
|
truncate the value to INT_MAX...
So a AC_TRY_RUN test is needed here
metze
(This used to be commit dc0e22a52e3488a4cb9f17138389885183e90c34)
|
|
metze
(This used to be commit ebade9dea58b58e34c6dfc39358ddb0b05d2b372)
|
|
metze
(This used to be commit e5f752a66bea40bc4441cff9c6023b2072dc1f6d)
|
|
fix a warning with old autoconf versions
metze
(This used to be commit 906c27caefa9802a72b6ea71e46e0725e445d189)
|
|
(This used to be commit 87233041ff6df94069f0d76f90aba22e275f83be)
|
|
(This used to be commit d72c5c8f755277eb22e1f6834d98202f00c09934)
|
|
as it's not used anywhere and it doesn't belong to check_ld.m4
metze
(This used to be commit 86a9b17b3a1de0bd893a276597c9377e305ef535)
|
|
(This used to be commit 0fafa2e59566f8f892d7dfd7dd33d0100b96a780)
|
|
(This used to be commit c83e4b166534278c335254aa8890a50635bbf1b7)
|
|
(This used to be commit 8f5e507ce3517bbbf06d3f9ec28d40b7158be1bc)
|
|
(This used to be commit 3ef9326386ba1c210166302cbcf02d2ed3f19944)
|
|
system - these should be removed later on.
(This used to be commit 06547391669e064d2b92f5841b7df5f101a34cb9)
|
|
- fallback to __func__ if __FUNCTION__ isn't there
metze
(This used to be commit 6c5a2b08ca2f0db6b39808740a06ed165e8b9ade)
|
|
with local
(empty) libpopt.a overriding global one
(This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
|
|
working again.
(This used to be commit 33e4b92c46f272478b3c9e433f910dbbaab52af8)
|
|
should fix the OpenBSD build
(This used to be commit 6172731af1f91d4e5f9d49284a179b0966ba19ef)
|
|
(This used to be commit 2cc0925280cbcefabfcf399f2c20453a02d8d679)
|
|
(This used to be commit fb5c0c1d85c802367871a1a306d4f8b4d01859b4)
|
|
(This used to be commit 11353d4b47964b762a72ec0e55221811a5a3d550)
|
|
automatic dependencies
(This used to be commit 6598efc6b302984d0b26b0c76a4b7107f5feba21)
|
|
the subsystems in question
(This used to be commit 2fbb4d91fa580ccb64e36f0b082f23af33123b13)
|
|
(This used to be commit a495bc60ab1b233fe507b2b1aa0ad7378cf52677)
|
|
for REQUIRED_SUBSYSTEMS.
(This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
|
|
in sys/param.h
(This used to be commit 3f0396aade82a92a375275059baf8500de1b23f0)
|
|
one version number (0 rather then 0.0.1)
(This used to be commit cb0fbee3eaca67e430df3266c6ce07c0a9248a60)
|
|
prevents a warning on comparison_fn_t redefinition every time replace.h
is included.
(This used to be commit 9140a2d266a59c24c1bc101d4cdd7da3cb141106)
|
|
(This used to be commit f5e2cc845696b56b9cb6a6c3cad48cd57fcc51c4)
|
|
Guarantee availability of __FUNCTION__ in libreplace
(This used to be commit 76b1576541210f2bb306ae17e0876b254e8dcead)
|
|
Simplify va_copy() replacement code a bit
(This used to be commit a5c87360a7f14a90b831ea372277f4f89ee4c5f1)
|
|
(This used to be commit bfa396a16056f54163c514da8b34aaf229653765)
|
|
to workarround the 108 char limitation on unix socket paths.
make test fails when I try to use ./st
in /home/People/metze/devel/samba/4.0/samba4-ci/source/
metze
(This used to be commit 2bef8208207151dc653c875f12058369c96eb9b0)
|
|
(This used to be commit 3063e5311e137ef9a001216b40f74850c8e8261c)
|
|
(This used to be commit bccfddcafa1fdb56392e2301bbd404964ad9f7c3)
|
|
(This used to be commit 594215d1176b23596549fd4e4098d42ef41f7d0d)
|
|
(This used to be commit bd803fc9803451e0030d292ece57a56614085688)
|