MINGW-packages/mingw-w64-python-bsddb3/unsupported-runtime-dirs.patch
Himanshu Gohel 18646a09b4 Revert "Merge pull request #17874 from mmuetzel/bsddb3"
This reverts commit 9eb7cff95c49103dca3807e16089fb067af1ad24, reversing
changes made to 3af54f0fab85f66876c4c220907fe6c3f43b05ee. This commit is just to restore the package; next commit will fix errors to build bsddb3 6.2.9 without upgrading.
2023-08-12 14:40:38 -04:00

11 lines
550 B
Diff

--- bsddb3-6.2.9/setup3.py.orig 2022-06-12 09:37:28.978102500 +0200
+++ bsddb3-6.2.9/setup3.py 2022-06-12 10:00:04.408752300 +0200
@@ -539,7 +539,6 @@
depends = ['Modules/bsddb.h'],
include_dirs = [ incdir ],
library_dirs = [ libdir ],
- runtime_library_dirs = [ libdir ],
libraries = libname,
extra_link_args = lflags_arg,
)],