mirror of
https://github.com/openwrt/packages.git
synced 2025-12-11 05:01:23 +00:00
Upstream list of changes is available at https://github.com/SELinuxProject/setools/releases/tag/4.5.1. Signed-off-by: W. Michael Petullo <mike@flyn.org>
12 lines
253 B
Diff
12 lines
253 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -11,7 +11,7 @@ import os.path
|
|
|
|
|
|
# Library linkage
|
|
-lib_dirs = ['.', '/usr/lib64', '/usr/lib', '/usr/local/lib']
|
|
+lib_dirs = ['.', os.environ["STAGING_DIR"] + '/usr/lib']
|
|
include_dirs = []
|
|
|
|
with suppress(KeyError):
|