Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 17:51:22 +0300
From:      Andriy Gapon <avg@icyb.net.ua>
To:        Volker Stolz <vs@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/84044: sysutils/udfclient: update to version 0.4.9
Message-ID:  <42E4FC6A.5010908@icyb.net.ua>
In-Reply-To: <200507251436.j6PEaTHp055408@freefall.freebsd.org>
References:  <200507251436.j6PEaTHp055408@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
on 25.07.2005 17:36 Volker Stolz said the following:
> Synopsis: sysutils/udfclient: update to version 0.4.9
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: vs
> State-Changed-When: Mon Jul 25 14:35:30 GMT 2005
> State-Changed-Why: 
> Can you please check why it's linking with both -pthread and explicit -lc?
> 

this seems to be the reason:
Makefile.in: POSTOBJ+= @SCSI_LIB@ @THREADLIB@ @TIMELIB@

@TIMELIB@ is set as a result of checking libc and, if needed, librt for
some time-related functions. I guess correct fix would be to patch
configure to try to compile test program without any additional libs at
all and, if that works, set @TIMELIB@ to empty string.


-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42E4FC6A.5010908>