make samba-git now picks up alpha18

Added by Brent Nordin over 1 year ago

Make samba-git is now bringing in samba 4 slpha18.

This will cause this message when running configure:

configure: WARNING: The Samba4 version installed on your system doesn't meet OpenChange requirements (4.0.0alpha17 or 4.0.0alpha17-GIT-).

and later on when building mapiproxy:

Linking libmapipp.so.0.11
Linking sample application bin/libmapixx-test
/usr/local/samba/lib/libsmbconf.so.0: undefined reference to `hash_any@SAMBA_4.0.0ALPHA18_GIT_354E43C'
collect2: ld returned 1 exit status
make: *** [bin/libmapixx-test] Error 1

It looks like 'make samba' will build the correct alpha17 version of samba.

Brent