samba/backport-s3waf-Fix-version-number-of-public-libsmbconf.patch

39 lines
1.3 KiB
Diff

From bee89680ce671aaf03d6c8f8b3a5dceebfa9b963 Mon Sep 17 00:00:00 2001
From: Andreas Schneider <asn@samba.org>
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 <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 8458449ddf1a5c939784116aa3f9d21edaf93a05)
Autobuild-User(v4-15-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-15-test): Mon Jun 27 09:25:56 UTC 2022 on sn-devel-184
Conflict: context adaptation
Reference: https://github.com/samba-team/samba/commit/bee89680ce671aaf03d6c8f8b3a5dceebfa9b963
---
source3/wscript_build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source3/wscript_build b/source3/wscript_build
index aa3c717..d51dd60 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -598,7 +598,7 @@ bld.SAMBA3_LIBRARY('smbconf',
''',
public_headers='../lib/smbconf/smbconf.h',
pc_files=[],
- vnum='0')
+ vnum='0.0.1')
bld.SAMBA3_LIBRARY('smbd_conn',
source='smbd/conn.c',
--
2.27.0