Bug 732808

Summary: python-config --extension-suffix should return "so"
Product: [Fedora] Fedora Reporter: Daniel Walsh <dwalsh>
Component: pythonAssignee: Dave Malcolm <dmalcolm>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dmalcolm, ivazqueznet, jonathansteffan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-24 00:20:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Walsh 2011-08-23 17:06:49 UTC
I am trying to do the proper thing in a Makefile for libselinux and libsemanage.

I want the Make file to just do

make 
-> would build everything correct for python2
 
make PYTHON=/usr/bin/python3
-> would build everything correct for python3

I can do everything within the makefile except set the suffix for the shared library becasue python-config --extension-suffix does not exist.