diff options
author | gavan <gavan@pkgsrc.org> | 2003-09-26 10:59:16 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-09-26 10:59:16 +0000 |
commit | 7f9ac63bd942a6d3dabde835e32d1fc22d7c05f5 (patch) | |
tree | 5535fd95586566b236f0d3b188d0f2bddcc94f94 /doc/HACKS | |
parent | 1b02bb650a535c9935bebfd333cb0a2f07cc2da0 (diff) | |
download | pkgsrc-7f9ac63bd942a6d3dabde835e32d1fc22d7c05f5.tar.gz |
Workaround to allow ORBit to link against libpthread.so on Solaris.
Diffstat (limited to 'doc/HACKS')
-rw-r--r-- | doc/HACKS | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS index 2e1401bc6fb..4fe6eaf35b0 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.17 2003/08/02 17:52:14 kristerw Exp $ +# $NetBSD: HACKS,v 1.18 2003/09/26 10:59:16 gavan Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -378,3 +378,14 @@ port arm file devel/ftnchek/Makefile : 1.13 descr Internal compiler error for fortran.c when -O2. Use -O1 instead. kcah + +hack net/ORBit Solaris linking bug +cdate 26 Sep 2003 +who gavan +port Solaris +file net/ORBit/Makefile : 1.94 +descr + libtool tries to link against libpthread.a, which doesn't exist + on Solaris. Removing the reference to libpthread.a from libpthread.la + after buildlinking allows ORBit to build on Solaris. +kcah |