1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-01 16:23:49 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Andrew Tridgell
826cd304a7 r18281: a workaround for an infinite dependency loop in the dependency
generation for smbreadline.d. The problem was caused by
extra_flags.txt having ./lib/smbreadline/smbreadline.o but the build
using lib/smbreadline/smbreadline.o, which means cflags.pl didn't
match the target.

Hopefully the workaround can be removed when metze or jelmer wake up
and give me a hint on how to make SMB_SUBSYSTEM() not add the ./
prefix :-)
2007-10-10 14:18:00 -05:00
Stefan Metzmacher
135d096776 r18213: don't list LIBREPLACE depdendecies explicit and
always at it as first private dependencies

metze
2007-10-10 14:17:50 -05:00
Andrew Tridgell
ba901e6820 r18208: Mac OS X also doesn't have history_list()
must be a pretty old readline lib!
2007-10-10 14:17:49 -05:00
Andrew Tridgell
b0efbdfa98 r18207: not all readline libs have rl_event_hook
this should help with coreserverbuild (Mac OS X)
2007-10-10 14:17:49 -05:00
Andrew Tridgell
0dc0b7ff61 r18134: the lib/replace/system/filesys.h in this patch should be
system/filesys.h, but it doesn't work. Metze is looking into it :-)
2007-10-10 14:17:37 -05:00
Jelmer Vernooij
e9d3660fa6 r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionality
not available on some platforms but is a Samba-specific library.
2007-10-10 14:05:33 -05:00