Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Nov 2019 13:29:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 241757] lang/python38: invalid python-config --ldflags
Message-ID:  <bug-241757-21822-Ae09wnDGhW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241757-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241757-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python mailing
list <python@FreeBSD.org> for maintainer-feedback:
Bug 241757: lang/python38: invalid python-config --ldflags
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241757



--- Description ---
Compare:
solo% python3.7-config --ldflags					      ~
 -L/usr/local/lib -lpython3.7m -lcrypt -lintl -ldl -L/usr/local/lib -lintl
-lutil -lm 
solo% python3.8-config --ldflags					      ~
 -L/usr/local/lib  -lcrypt -lintl -ldl -L/usr/local/lib -lintl -lutil -lm -lm 

This directly affects any consumer that needs to embed python interpreter.  An
example is devel/talloc.

Env is poudriere jail with FreeBSD/amd64 11.3-RELEASE


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241757-21822-Ae09wnDGhW>