ports/84044: sysutils/udfclient: update to version 0.4.9
Andriy Gapon
avg at icyb.net.ua
Mon Jul 25 14:51:27 UTC 2005
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
More information about the freebsd-ports-bugs
mailing list