|
|
On Thursday 26 March 2009 18:47:29 you wrote:
> That's fine, and it's exactly what I figured you were doing.
>
> One warning, though:
> #define CSYNC_VERSION_INT(a, b, c) (a << 16 | b << 8 | c)
>
I've fixed that, thanks for the hint! Here is the patch for the version
function. I've set the libsmbclient version 0.1.0, is that ok?
I think we should set the SOVERSION of the library to 0.1.0 too.
libsmbclient.so.0.1.0
libsmbclient.so.0 -> libsmbclient.so.0.1.0
libsmbclient.so -> libsmbclient.so.0
Cheers,
-- andreas
0001-Set-a-libsmbclient-version-and-improve-the-smbc_vers.patch
Description: Text Data
|
|