search for: tdb_base_obj

Displaying 1 result from an estimated 1 matches for "tdb_base_obj".

2008 Jun 03
2
unsafe_string_function_usage_here when linking smbd
..._E__lc_ctype, tdb_traverse, _Eioctl and many others.) Prior to running make, I fixed what appears to be a typo in the Makefile: > diff Makefile Makefile.orig 590c590 < LIBSMBSHAREMODES_OBJ = libsmb/smb_share_modes.o $(TDBBASE_OBJ) --- > LIBSMBSHAREMODES_OBJ = libsmb/smb_share_modes.o $(TDB_BASE_OBJ) Dunno if that's important. Then I ran make like so, using GNU make: > limit datasize 1048576 > limit memoryuse 2041072 > gmake The make process begins by reporting (long lines wrapped): Using FLAGS = -I/usr/local/include -O -D_SAMBA_BUILD_=3 -I/src/pub/samba-3.0.30/source...