33 lines
1020 B
Diff
33 lines
1020 B
Diff
From 563a2c8d7296e77ae12de1c5a1a3797e72294068 Mon Sep 17 00:00:00 2001
|
|
From: Andreas Schneider <asn@samba.org>
|
|
Date: Wed, 10 Aug 2022 13:55:48 +0200
|
|
Subject: [PATCH] waf: Fix SO version number of libsamba-errors
|
|
|
|
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15141
|
|
|
|
Signed-off-by: Andreas Schneider <asn@samba.org>
|
|
Reviewed-by: Alexander Bokovoy <ab@samba.org>
|
|
|
|
Conflict: NA
|
|
Reference: https://github.com/samba-team/samba/commit/563a2c8d7296e77ae12de1c5a1a3797e72294068
|
|
---
|
|
libcli/util/wscript_build | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libcli/util/wscript_build b/libcli/util/wscript_build
|
|
index 9c8fddc..4267cfe 100644
|
|
--- a/libcli/util/wscript_build
|
|
+++ b/libcli/util/wscript_build
|
|
@@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('samba-errors',
|
|
deps='gnutls',
|
|
# private_library=True,
|
|
pc_files=[],
|
|
- vnum='1',
|
|
+ vnum='1.0.0',
|
|
)
|
|
|
|
bld.SAMBA_GENERATOR('ntstatus_generated',
|
|
--
|
|
2.33.0
|
|
|