Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 5c2be1e8a985332e1e81eeab1dc9b50d7f867f98)
|
|
(This used to be commit e9f99732677f46d599c270cfcb5042c11d34d338)
|
|
removed
the error is:
SAMBA_4_0/source> make clean
make: *** No rule to make target `lib/ldb/samba/config.mk', needed by `Makefile'. Stop.
the problem is:
Makefile: config.status $(MK_FILES)
./config.status
so now we let the MK_FILES variable empty for the *clean targets
if gnu make is detected, we should later test if this construct
is portable to other make implementations and remove the check for gnu make.
metze
(This used to be commit 4c8e539af1e8f14bb449c92db3376dec12344e5b)
|
|
Immediate structures are *not* supportet by the native C compiler
at least on Solaris, Tru64 and HP-UX.
Michael
(This used to be commit 6d07e29de2a7e535139622fa688b407da232c816)
|
|
versions of splint support immediate structures just fine.
(This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
|
|
(This used to be commit 033b4382c09b7a4032388231f6e1f1986a663f9d)
|
|
(This used to be commit 72f1ffc0ef56753deba716cf9d31d44c95e7cc33)
|
|
running
of the pidl testsuite as part of the testsuite.
(This used to be commit db237ad52f3a42c7b35753df99549ed6d540cec2)
|
|
configure vars
we want to use in perl...
metze
(This used to be commit 2b021e2d8cff1a097068810d379fc0dca6869654)
|
|
(This used to be commit 3e5aa5e7940ebbb961c53418d170495860f514a0)
|
|
make constructs
(This used to be commit 9329854489e2c231ffb7986d39009e0936873c11)
|
|
so people don't end up with different sizes for NTSTATUS...
(This used to be commit 54962ce41a7ae72d1dc8cbb2d2cf9cd60a1ed683)
|
|
Add two more .pc files
(This used to be commit 549b1eec40d8989d4c94ab2e63b9b4789c008589)
|
|
(This used to be commit 2b22f1853306625a4c59763ef11965ac8900d4ff)
|
|
their modules.
(This used to be commit 2cb96e08f3c69f21ed14b12d79f441628a790ce6)
|
|
--srcdir=../samba4/source/
metze
(This used to be commit bf35c74218476fc568e251bb337e794ed9d51fac)
|
|
in build/smb_build/, remove unused pstring macros
(This used to be commit 432296207400636dd81d0929ec7b1b4cebbcaa62)
|
|
- Adds -rpath bin/ so you don't have to install Samba in order to use compiled binaries.
- Writes out pkg-config files when building shared libs
- Supports automatic fallback to MERGEDOBJ (which is the default) or
OBJ_LIST (if ld -r is not supported)
Building with shared libs reduces the size of the Samba binaries from
197 Mb to 60 Mb (including libraries) on my system (GCC4, with debugging).
To build with shared libraries support enabled, run:
LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY ./config.status
init functions don't get called correctly yet when using shared libs, so
you won't be able to actually run anything with success :-)
Once init functions are done, I'll look at support for loading shared
modules once again.
Based on a patch by Peter Novodvorsky (nidd on IRC).
(This used to be commit 0b54405685674a2b19a28d77aae5b1136b5a4728)
|
|
(This used to be commit 990419bac7ce335ffcec84017614eb9642a6ece6)
|
|
(This used to be commit 9c211507c15092ce09fd519cd0ffadf4b9f69492)
|
|
(This used to be commit 734da63a4e7ff44d9417066300383bbf7cd08d8f)
|
|
(This used to be commit c53b32e0932ef6c048f8aec23ec6df2fe66a7887)
|
|
(This used to be commit 90c3f8b3beda525b700688fc4d6ed0584ff2e27c)
|