diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-19 03:22:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-19 03:22:40 +0000 |
commit | 00568c0d49653ef304655eb9c4660d99b600dcef (patch) | |
tree | f12ca346bc7fe2988c1c27a0c63c1366ae6008a5 /devel | |
parent | 6e8c3a98a35e6383451e883e97776eb18ac39ff8 (diff) | |
download | pkgsrc-00568c0d49653ef304655eb9c4660d99b600dcef.tar.gz |
Set USE_BUILDLINK_ONLY and remove unnecessary config.cache entry to prevent
detection of libpthread.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lwp/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 632867a8804..e92686c7d3e 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/05/31 22:51:17 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/06/19 03:22:40 jlam Exp $ # DISTNAME= lwp-1.6 @@ -14,12 +14,9 @@ COMMENT= Light Weight Process style threads # each arch. Mips has it, but it evidently needs more work. ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc* -GNU_CONFIGURE= YES -USE_LIBTOOL= YES - -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig - -# Don't even to try to use pthreaded version. -CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=no +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_BUILDLINK_ONLY= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" |