forked from pool/libselinux
a9b0f4a216
- Updated spec file to use python3. Added python3.patch to fix build OBS-URL: https://build.opensuse.org/request/show/590073 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libselinux?expand=0&rev=94
14 lines
558 B
Diff
14 lines
558 B
Diff
Index: libselinux-2.6/src/Makefile
|
|
===================================================================
|
|
--- libselinux-2.6.orig/src/Makefile 2016-10-14 17:31:26.000000000 +0200
|
|
+++ libselinux-2.6/src/Makefile 2018-03-22 11:33:36.527385495 +0100
|
|
@@ -1,7 +1,7 @@
|
|
# Support building the Python bindings multiple times, against various Python
|
|
# runtimes (e.g. Python 2 vs Python 3) by optionally prefixing the build
|
|
# targets with "PYPREFIX":
|
|
-PYTHON ?= python
|
|
+PYTHON ?= python3
|
|
PYPREFIX ?= $(notdir $(PYTHON))
|
|
RUBY ?= ruby
|
|
RUBYPREFIX ?= $(notdir $(RUBY))
|