Bug 732808 - python-config --extension-suffix should return "so"
Summary: python-config --extension-suffix should return "so"
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dave Malcolm
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-23 17:06 UTC by Daniel Walsh
Modified: 2011-08-24 00:20 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-24 00:20:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.