UPDATE: databases/tdb 1.4.10 -> 1.4.12

This commit is contained in:
purplerain 2025-01-22 20:01:53 +00:00
parent 6bf06b8c12
commit 42fee9594a
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
4 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@
Index: buildtools/wafsamba/wafsamba.py
--- buildtools/wafsamba/wafsamba.py.orig
+++ buildtools/wafsamba/wafsamba.py
@@ -292,6 +292,13 @@ def SAMBA_LIBRARY(bld, libname, source,
@@ -294,6 +294,13 @@ def SAMBA_LIBRARY(bld, libname, source,
realname = bld.map_shlib_extension(realname, python=(target_type=='PYTHON'))
link_name = bld.map_shlib_extension(link_name, python=(target_type=='PYTHON'))
@ -18,7 +18,7 @@ Index: buildtools/wafsamba/wafsamba.py
# we don't want any public libraries without version numbers
if (not private_library and target_type != 'PYTHON' and not realname):
if vnum is None and soname is None:
@@ -408,9 +415,9 @@ def SAMBA_LIBRARY(bld, libname, source,
@@ -410,9 +417,9 @@ def SAMBA_LIBRARY(bld, libname, source,
if pc_files is not None and not private_library:
if pyembed: