diff options
author | maho <maho@FreeBSD.org> | 2003-08-16 06:35:55 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-16 06:35:55 +0800 |
commit | 53ee9a6816fec0266a9334884fa717ec1a07ba2b (patch) | |
tree | fe5ab5a51510004cbbfa8b4449f7a2205c36380f /cad | |
parent | 177b27bca184054bec71fd0b69fb4421faa25f79 (diff) | |
download | freebsd-ports-graphics-53ee9a6816fec0266a9334884fa717ec1a07ba2b.tar.gz freebsd-ports-graphics-53ee9a6816fec0266a9334884fa717ec1a07ba2b.tar.zst freebsd-ports-graphics-53ee9a6816fec0266a9334884fa717ec1a07ba2b.zip |
The makefile.mk uses a ld to link the libraries, but ld fails to link with
-pthread. The correct sollution is to use $(LINK) which points to the
used gcc compiler. Unfortunately gcc doesn't understand --whole-archive and
--no-whole-archive. You have to use -Wl,-whole-archive and
-Wl,-no-whole-archive
instead. The following patch does this for FreeBSD, but maybe this should also
be done for the generic UNX case.
See http://www.openoffice.org/issues/show_bug.cgi?id=18064 for details.
Obtained from Volker Quetschke
Diffstat (limited to 'cad')
0 files changed, 0 insertions, 0 deletions