Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 918442 Details for
Bug 1120256
[patch] make libcap-ng buildable with python3
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Make libcap-ng buildable with python3
libcap-ng-python3-build.patch (text/plain), 1.07 KB, created by
Bohuslav "Slavek" Kabrda
on 2014-07-16 14:41:46 UTC
(
hide
)
Description:
Make libcap-ng buildable with python3
Filename:
MIME Type:
Creator:
Bohuslav "Slavek" Kabrda
Created:
2014-07-16 14:41:46 UTC
Size:
1.07 KB
patch
obsolete
>Index: bindings/python/Makefile.am >=================================================================== >--- bindings/python/Makefile.am (revision 59) >+++ bindings/python/Makefile.am (working copy) >@@ -24,7 +24,7 @@ > CONFIG_CLEAN_FILES = *.loT *.rej *.orig > AM_CFLAGS = -fPIC -DPIC > PYLIBVER ?= python$(PYTHON_VERSION) >-INCLUDES = -I. -I$(top_builddir) -I/usr/include/$(PYLIBVER) >+INCLUDES = -I. -I$(top_builddir) -I@PYINCLUDEDIR@ > LIBS = $(top_builddir)/src/libcap-ng.la > pyexec_PYTHON = capng.py > pyexec_LTLIBRARIES = _capng.la >Index: configure.ac >=================================================================== >--- configure.ac (revision 59) >+++ configure.ac (working copy) >@@ -123,8 +123,10 @@ > else > AC_MSG_RESULT(testing) > AM_PATH_PYTHON >-if test -f /usr/include/python${am_cv_python_version}/Python.h ; then >+ PYINCLUDEDIR=`python${am_cv_python_version} -c "import sysconfig; print(sysconfig.get_config_var('INCLUDEPY'))"` >+if test -f ${PYINCLUDEDIR}/Python.h ; then > python_found="yes" >+ AC_SUBST(PYINCLUDEDIR) > AC_MSG_NOTICE(Python bindings will be built) > else > python_found="no"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1120256
: 918442