Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit e8f2a086be2a0553467738df711b1450ba559848)
|
|
shared libraries are actually used.
(This used to be commit 93e4f093b946cbb1b6deca82efdf0d5f033128b8)
|
|
they all have unresolved symbols and are useless
and produce noise in the build-farm
metze
(This used to be commit 3f8b776f630488aaec9f0ffcc099b01dcab02f3f)
|
|
- fix default for enable-dso to no
metze
(This used to be commit 47b113e5dbd33ab91246029af9293809824c5395)
|
|
generate more output
metze
(This used to be commit a07b11924c16d51cda484d417d9e1201278b03cb)
|
|
same
time.
The --enable-dso flag now specifies whether or not the Samba binaries
themselves should be linked against the shared libraries.
By default, all libraries will be built staticly. If supported, the
shared variant of each library will also be built.
If people think building both shared and static library versions in
'make all' is too time-inefficient, please let me know and I'll move the
shared library bits to 'make everything'.
(This used to be commit 91faa1154a1de18a42f5e237c406157026280478)
|
|
libraries
works again now, by specifying --enable-dso to configure.
(This used to be commit 7a01235067a4800b07b8919a6a475954bfb0b04c)
|
|
and pass -bbigtoc also to the linker when building shared libs
metze
(This used to be commit 9c77de282107d28362497aff60fed81e77620a87)
|
|
ac_cv_gnu_ld_no_default_allow_shlib_undefined
and as -Wl,--allow-shlib-undefined is supported on SuSE 7.3
I don't see a problem is always pass it explicit
metze
(This used to be commit 79db6bddc5fc1b97f0165348f72b6a2489b62be0)
|
|
truncates the enums, the test was passing.
(This used to be commit c6216f7dbf68012fa8351dcae17fe4c7ab165b58)
|
|
--enable-automatic-dependencies to reenable).
(This used to be commit 5506c404877434c403bbe3055c6dd6c32531c96d)
|
|
for nicer output
metze
(This used to be commit 888a769af557d050d99df703ce5f651688c837c5)
|
|
- to get the ordering right we need to specify AC_CANONICAL_BUILD explicit
- add AC_CANONICAL_TARGET
metze
(This used to be commit 1ea52d75849f004752cdbe11a3dddd10b4afe47d)
|
|
libreplace. This should fix the standalone build of tdb on HPUX, where
we need to blacklist mmap.
Unfortunately this requires that we have a copy of config.guess and
config.sub in each of our project subdirectories. I tried to find a
way to use something like AC_CONFIG_AUX_DIR($libreplacedir) and just
put config.{guess,sub} in the lib/replace/ directory, but I couldn't
figure out how to do that in a way that kept autoconf happy for each
of our separate builds. Any autoconf guru out there see a way to do
this?
(This used to be commit 823cd3ab35456769dcefee17bdaca21f01ba0f63)
|
|
- move AS_HELP_STRING replacement to libreplace
metze
(This used to be commit ace406a36ebbed230bf6c844e4639bac5e6c9882)
|
|
or the size is not 8 bytes or more.
samba4 doesn't need type checks anymore
metze
(This used to be commit d8fdd05482fc6b9bfb48d72db6b467e3e5c05e4d)
|
|
metze
(This used to be commit 6a6729fb7219ac7eb160b787827acdf1f7af7cc8)
|
|
and use the macros in configure.ac
metze
(This used to be commit 95d33e4d71b4c97af8413bcd136f393aa3e380dd)
|
|
metze
(This used to be commit d905bb499d81ac4e2f00277ae77ce0a51bdc7474)
|
|
honor the MMAP_BLACKLIST
(This used to be commit c2f2dbb5d1c082ee1391908073336a9dfc10f712)
|
|
metze
(This used to be commit 6b3d27e93e7c00d1ab70d2c82e29b99b9f666228)
|
|
tridge: I think we should create macros in libreplace_macros.m4
and call them in check_cc.m4 instead of running the tests
in libreplace.m4. Maybe the macros should remember if they're called
and then they're skipped in libreplace.m4 inside samba4
metze
(This used to be commit ce08bf12803869914b35c05e125070f267daf78c)
|
|
metze
(This used to be commit acbd52009f8610df38f27adf6097cf7075b977fc)
|
|
metze
(This used to be commit 655e400127d828104718ab87a0bc118dbf1a471f)
|
|
(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)
|