File: avoid-rpath.diff

package info (click to toggle)
python-bsddb3 6.2.9-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,592 kB
  • sloc: python: 14,884; ansic: 8,168; makefile: 235; sh: 5
file content (24 lines) | stat: -rw-r--r-- 1,116 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: b/setup2.py
===================================================================
--- a/setup2.py
+++ b/setup2.py
@@ -505,7 +505,6 @@ pybsddb_doc/>`__ --
                                depends = ['Modules/bsddb.h'],
                                include_dirs = [ incdir ],
                                library_dirs = [ libdir ],
-                               runtime_library_dirs = [ libdir ],
                                libraries = libname,
                                extra_link_args = lflags_arg,
                                )],
Index: b/setup3.py
===================================================================
--- a/setup3.py
+++ b/setup3.py
@@ -505,7 +505,6 @@ pybsddb_doc/>`__ --
                                depends = ['Modules/bsddb.h'],
                                include_dirs = [ incdir ],
                                library_dirs = [ libdir ],
-                               runtime_library_dirs = [ libdir ],
                                libraries = libname,
                                extra_link_args = lflags_arg,
                                )],