[Patches] [ python-Patches-1044395 ] Add FreeBSD* to configure.in for --enable-shared

SourceForge.net noreply at sourceforge.net
Thu Oct 21 15:49:37 CEST 2004


Patches item #1044395, was opened at 2004-10-11 00:40
Message generated for change (Comment added) made by jwpye
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1044395&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 7
Submitted By: James William Pye (jwpye)
Assigned to: Martin v. Löwis (loewis)
Summary: Add FreeBSD* to configure.in for --enable-shared

Initial Comment:
Add FreeBSD to the same class as Linux, GNU, and NetBSD
so that the shared library will be built and installed
on FreeBSD systems when --enabled-shared is specified.

I didn't regenerate the configure script as I wasn't
sure what version of autoconf would be desired. I'll
leave that up to the committer, if accepted.

----------------------------------------------------------------------

>Comment By: James William Pye (jwpye)
Date: 2004-10-21 06:49

Message:
Logged In: YES 
user_id=1044177

This might be a question for the port maintainer, but what's
the point of cutting the .0 off the SOVERSION? Having it
there hasn't caused any trouble for my CVS build(yet?)..

----------------------------------------------------------------------

Comment By: Jiwon Seo (jiwon)
Date: 2004-10-21 05:24

Message:
Logged In: YES 
user_id=595483

http://seojiwon.dnip.net:8000/~jiwon/configure.patch2 

Here's a patch conforming to FreeBSD port scheme. (I think)
However, for "ac_cv_pthread_system_supported" problem, I
think it's better patched in port system, isn't it?

----------------------------------------------------------------------

Comment By: Hye-Shik Chang (perky)
Date: 2004-10-21 00:58

Message:
Logged In: YES 
user_id=55188

FreeBSD port (their packaging system) already has
a scheme for shared library.

http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/python/files/patch-configure?rev=1.10&content-type=text/x-cvsweb-markup

It would be good if Python's setting become simliar
to FreeBSD port's.


----------------------------------------------------------------------

Comment By: Jiwon Seo (jiwon)
Date: 2004-10-20 22:27

Message:
Logged In: YES 
user_id=595483

Adding a patch that fixes configure (and configure.in). Used 
autoconf2.59 as is specified in previous configure script.

Patch is at 
http://seojiwon.dnip.net:8000/~jiwon/configure.patch

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2004-10-19 13:25

Message:
Logged In: YES 
user_id=21627

Looks good to me.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1044395&group_id=5470


More information about the Patches mailing list