public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/rsync: ChangeLog rsync-2.6.9-r6.ebuild
Date: Sat, 21 Jun 2008 04:51:48 +0000	[thread overview]
Message-ID: <E1K9v4m-0001rT-Fb@stork.gentoo.org> (raw)

vapier      08/06/21 04:51:48

  Modified:             ChangeLog rsync-2.6.9-r6.ebuild
  Log:
  Append -pthread rather than -lpthread #226911 by Diego Pettenò.
  (Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64)

Revision  Changes    Path
1.161                net-misc/rsync/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rsync/ChangeLog?rev=1.161&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rsync/ChangeLog?rev=1.161&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rsync/ChangeLog?r1=1.160&r2=1.161

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog	12 Apr 2008 22:34:51 -0000	1.160
+++ ChangeLog	21 Jun 2008 04:51:47 -0000	1.161
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/rsync
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.160 2008/04/12 22:34:51 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.161 2008/06/21 04:51:47 vapier Exp $
+
+  21 Jun 2008; Mike Frysinger <vapier@gentoo.org> rsync-2.6.9-r6.ebuild:
+  Append -pthread rather than -lpthread #226911 by Diego Pettenò.
 
   12 Apr 2008; Dawid Węgliński <cla@gentoo.org> rsync-2.6.9-r6.ebuild:
   Stable on x86 (bug #216887)



1.9                  net-misc/rsync/rsync-2.6.9-r6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rsync/rsync-2.6.9-r6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rsync/rsync-2.6.9-r6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/rsync/rsync-2.6.9-r6.ebuild?r1=1.8&r2=1.9

Index: rsync-2.6.9-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.9-r6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rsync-2.6.9-r6.ebuild	12 Apr 2008 22:34:51 -0000	1.8
+++ rsync-2.6.9-r6.ebuild	21 Jun 2008 04:51:47 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.9-r6.ebuild,v 1.8 2008/04/12 22:34:51 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.9-r6.ebuild,v 1.9 2008/06/21 04:51:47 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -34,7 +34,7 @@
 }
 
 src_compile() {
-	[[ $(gcc-version) == "2.95" ]] && append-ldflags -lpthread
+	[[ $(gcc-version) == "2.95" ]] && append-ldflags -pthread
 	use static && append-ldflags -static
 
 	econf \



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-06-21  4:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-21  4:51 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-04-12 22:34 [gentoo-commits] gentoo-x86 commit in net-misc/rsync: ChangeLog rsync-2.6.9-r6.ebuild Dawid Weglinski (cla)
2008-04-10 19:48 Jeroen Roovers (jer)
2008-04-10 19:18 Markus Meier (maekke)
2008-04-10 18:36 Markus Rothe (corsair)
2008-04-10 18:19 Raul Porcel (armin76)
2008-04-10 17:36 Tobias Scherbaum (dertobi123)
2008-04-10  3:39 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K9v4m-0001rT-Fb@stork.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox