summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-06-24 09:36:27 +0200
committerJule Anger <janger@samba.org>2022-06-27 08:25:10 +0000
commitbecccbae321afe9b4223781512a682100bd88e31 (patch)
treea65b8b6e0e9b2f4a311b91ef09443b8c67c20b3d
parent58bdf100b2bfc852a5d7f499771395bf4062ec74 (diff)
downloadsamba-becccbae321afe9b4223781512a682100bd88e31.tar.gz
s3:waf: Fix version number of public libsmbconf
Error: ldconfig: /lib64/libsmbconf.so.0 is not a symbolic link BUG: https://bugzilla.samba.org/show_bug.cgi?id=15108 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> (cherry picked from commit 8458449ddf1a5c939784116aa3f9d21edaf93a05) Autobuild-User(v4-16-test): Jule Anger <janger@samba.org> Autobuild-Date(v4-16-test): Mon Jun 27 08:25:10 UTC 2022 on sn-devel-184
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index acfc0c56f03..5cf965dc45d 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -572,7 +572,7 @@ bld.SAMBA3_LIBRARY('smbconf',
''',
public_headers='../lib/smbconf/smbconf.h',
pc_files=[],
- vnum='0')
+ vnum='0.0.1')
bld.SAMBA3_SUBSYSTEM('sysquotas',
source='''