mirror of
https://github.com/samba-team/samba.git
synced 2025-02-18 17:57:55 +03:00
- remove tdb logging helper functions out of LIBTDB subsystem - build libtdb shared lib with 'make library_libtdb' the libs are not usable for now, tridge: please remove the dependecy of CatchSignal() and smb_panic() from libtdb maybe use function pointers in the TDB_CONTEXT then run make library_libtdb and then make build/tests/trivial.o and then gcc -o trivial -L./bin -ltdb and then gcc -o trivial -L./bin -lldb metze (This used to be commit 520b9762161d9b5d5223b42910494af80fd5c1e3)
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
|
|
SMB_SUBSYSTEM_MK(LIBTDB,lib/tdb/config.mk)
|
|
|
|
if test x"$experimental" = x"yes"; then
|
|
SMB_LIBRARY_ENABLE(libtdb,YES)
|
|
fi
|
|
|
|
SMB_LIBRARY_MK(libtdb,lib/tdb/config.mk)
|
|
|