Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --with-system-expat option #51858

Closed
Arfrever mannequin opened this issue Dec 31, 2009 · 5 comments
Closed

Add --with-system-expat option #51858

Arfrever mannequin opened this issue Dec 31, 2009 · 5 comments
Labels
build The build process and cross-build

Comments

@Arfrever
Copy link
Mannequin

Arfrever mannequin commented Dec 31, 2009

BPO 7609
Nosy @birkenfeld, @benjaminp
Files
  • python-system-expat.patch: Add --with-system-expat option
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2009-12-31.03:17:36.400>
    created_at = <Date 2009-12-31.02:05:45.346>
    labels = ['build']
    title = 'Add --with-system-expat option'
    updated_at = <Date 2009-12-31.16:28:42.738>
    user = 'https://bugs.python.org/Arfrever'

    bugs.python.org fields:

    activity = <Date 2009-12-31.16:28:42.738>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-12-31.03:17:36.400>
    closer = 'benjamin.peterson'
    components = ['Build']
    creation = <Date 2009-12-31.02:05:45.346>
    creator = 'Arfrever'
    dependencies = []
    files = ['15707']
    hgrepos = []
    issue_num = 7609
    keywords = ['patch']
    message_count = 5.0
    messages = ['97074', '97075', '97076', '97096', '97100']
    nosy_count = 3.0
    nosy_names = ['georg.brandl', 'benjamin.peterson', 'Arfrever']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue7609'
    versions = ['Python 2.6', 'Python 3.1', 'Python 2.7', 'Python 3.2']

    @Arfrever
    Copy link
    Mannequin Author

    Arfrever mannequin commented Dec 31, 2009

    configure should support --with-system-expat option (similarly to --
    internal copy of expat. It will be useful for some distributions (e.g.
    Gentoo), which prefer to use system libraries instead internal copies.

    @Arfrever Arfrever mannequin added the build The build process and cross-build label Dec 31, 2009
    @Arfrever
    Copy link
    Mannequin Author

    Arfrever mannequin commented Dec 31, 2009

    Some fragment of my initial comment disappeared :( .

    This option will be similar to '--with-system-ffi' option.
    It will cause using system expat instead of internal copy of expat.

    @benjaminp
    Copy link
    Contributor

    Applied in r77169.

    @birkenfeld
    Copy link
    Member

    The comment "Usage of a system shared libexpat.so/expat.dll is not
    advised." just above the change should probably be revised.

    @benjaminp
    Copy link
    Contributor

    2009/12/31 Georg Brandl <report@bugs.python.org>:

    Georg Brandl <georg@python.org> added the comment:

    The comment "Usage of a system shared libexpat.so/expat.dll is not
    advised." just above the change should probably be revised.

    Good point. Done in r77186.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants