Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2003 15:35:55 -0700 (PDT)
From:      Maho Nakata <maho@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/editors/openoffice-devel/files patch-python-makefile.mk
Message-ID:  <200308152235.h7FMZtX8096364@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
maho        2003/08/15 15:35:55 PDT

  FreeBSD ports repository

  Added files:
    editors/openoffice-devel/files patch-python-makefile.mk 
  Log:
  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
  
  Revision  Changes    Path
  1.1       +11 -0     ports/editors/openoffice-devel/files/patch-python-makefile.mk (new)



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