Subject: Re: apache, ap-perl and threads (again)
To: None <tech-pkg@NetBSD.org>
From: Jukka Salmi <j+nbsd@2007.salmi.ch>
List: tech-pkg
Date: 10/02/2007 22:27:20
Klaus Heinz --> tech-pkg (2007-10-02 19:52:37 +0200):
> Jukka Salmi wrote:
> 
> > Thanks. However, you should also add "NetBSD-3.[0-9]_*-*" to match
> > e.g. 3.1_STABLE systems.
> 
> Does "3.1_STABLE" really appear in the variable $MACHINE_PLATFORM? This
> would surprise me.

$ uname -sr
NetBSD 3.1_STABLE
$ make -V MACHINE_PLATFORM
${OPSYS}-${OS_VERSION}-${MACHINE_ARCH}
$ make -V '${MACHINE_PLATFORM}'
NetBSD-3.1_STABLE-i386


> > Hmm, why not just add "NetBSD-3.*" to match them all with a single
> > pattern?
> 
> 3.* includes 3.99* which is close to 4 and it seems that NetBSD 4 may
> not need this handling  of dlopen() and libpthread, according to Dieter
> Baron.

OK.


Regards, Jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~