From 9f7f7c7087f39bf7ea65d1390e31cd40eb13b8cc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 24 Jun 2022 09:36:27 +0200 Subject: [PATCH] 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 Reviewed-by: Ralph Boehme (cherry picked from commit 8458449ddf1a5c939784116aa3f9d21edaf93a05) --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=''' -- 2.36.1