Bug 13623 - pkg-config file for Python3 gets different name depending on the way it is built
Summary: pkg-config file for Python3 gets different name depending on the way it is built
Status: RESOLVED FIXED
Alias: None
Product: TALLOC
Classification: Unclassified
Component: libtalloc (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Simo Sorce
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-18 14:28 UTC by Matthias Klose
Modified: 2020-10-22 03:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2018-09-18 14:28:53 UTC
The pkg-config file for Python3 gets a different name depending on the way it is built:

 - Configuring with --extra-python=python3 installs a file
   pytalloc-util-cp36m.pc

 - Configuring with Python3 as the only / primary Python,
   you get a file pytalloc-util.pc.

I assume that this is not intended, given the effort done for the very specific symbols files.
Comment 1 Douglas Bagnall 2020-10-22 03:22:33 UTC
Fixed, if only because --extra-python= is gone.