public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/exonerate/files: exonerate-2.2.0-asneeded.patch
@ 2010-06-20 14:41 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2010-06-20 14:41 UTC (permalink / raw
  To: gentoo-commits

xarthisius    10/06/20 14:41:57

  Added:                exonerate-2.2.0-asneeded.patch
  Log:
  Fixing --as-needed issues wrt bug 268094, adding threads flag, adding more docs
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-biology/exonerate/files/exonerate-2.2.0-asneeded.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/exonerate/files/exonerate-2.2.0-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/exonerate/files/exonerate-2.2.0-asneeded.patch?rev=1.1&content-type=text/plain

Index: exonerate-2.2.0-asneeded.patch
===================================================================
Fix build with --as-needed

https://bugs.gentoo.org/268094

--- configure.in
+++ configure.in
@@ -289,7 +289,7 @@
 if test "$enable_pthreads" = yes; then
     echo "Using PTHREADS"
     CFLAGS="$CFLAGS -DUSE_PTHREADS"
-    LDFLAGS="$LDFLAGS -lpthread"
+    LIBS="$LIBS -lpthread"
 elif test "$enable_pthreads" = no; then
     echo "Not using pthreads"
 else






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-20 14:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-20 14:41 [gentoo-commits] gentoo-x86 commit in sci-biology/exonerate/files: exonerate-2.2.0-asneeded.patch Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox