diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 17:55:24 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:27 +1100 |
commit | 19f8dc9580a772620a39b09585e8c7f8f5deac13 (patch) | |
tree | 1771dcf8649ea63c777138f8e1df3703e54b3138 /source4/lib/ldb/wscript | |
parent | dc729c62eaadff081dea28a4f8769af45c83c4cf (diff) | |
download | samba-19f8dc9580a772620a39b09585e8c7f8f5deac13.tar.gz samba-19f8dc9580a772620a39b09585e8c7f8f5deac13.tar.bz2 samba-19f8dc9580a772620a39b09585e8c7f8f5deac13.zip |
s4-ldb: make ldb_options_find() public
we need to make this symbol public to allow for -Wl,-no-undefined, as
otherwise the pyldb module can't find the symbol when it creates the
module
Diffstat (limited to 'source4/lib/ldb/wscript')
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index ef8425bcd9..0e2c88115b 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -1,7 +1,7 @@ #!/usr/bin/env python APPNAME = 'ldb' -VERSION = '0.9.16' +VERSION = '0.9.17' blddir = 'bin' |