mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 21:04:33 +04:00
python: import package as-is from old packages
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
10
lang/python/patches/150-no-sqlite-rpath.patch
Normal file
10
lang/python/patches/150-no-sqlite-rpath.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -1021,7 +1021,6 @@ class PyBuildExt(build_ext):
|
||||
include_dirs=["Modules/_sqlite",
|
||||
sqlite_incdir],
|
||||
library_dirs=sqlite_libdir,
|
||||
- runtime_library_dirs=sqlite_libdir,
|
||||
extra_link_args=sqlite_extra_link_args,
|
||||
libraries=["sqlite3",]))
|
||||
else:
|
||||
Reference in New Issue
Block a user