File: 02_remove_rpath.patch

package info (click to toggle)
setools 4.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,600 kB
  • sloc: python: 24,485; makefile: 14
file content (19 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Laurent Bigonville <bigon@debian.org>
Date: Wed, 18 Jul 2018 21:31:01 +0200
Forwarded: not-needed
Subject: Do not set the rpath for the python modules

---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,6 @@ cython_annotate = bool(os.environ.get("S
 ext_py_mods = [Extension('setools.policyrep', ['setools/policyrep.pyx'],
                          include_dirs=include_dirs,
                          libraries=['selinux', 'sepol'],
-                         library_dirs=lib_dirs,
                          define_macros=macros,
                          extra_compile_args=['-Wextra',
                                              '-Waggregate-return',