From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LJATI-0000pA-BY for garchives@archives.gentoo.org; Sat, 03 Jan 2009 17:39:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC676E0691; Sat, 3 Jan 2009 17:39:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 98466E0691 for ; Sat, 3 Jan 2009 17:39:35 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3D76C64572 for ; Sat, 3 Jan 2009 17:39:35 +0000 (UTC) Received: from angelos by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LJATG-00058z-Ou for gentoo-commits@lists.gentoo.org; Sat, 03 Jan 2009 17:39:34 +0000 From: "Christoph Mende (angelos)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, angelos@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-arch/pure-sfv/files: pure-sfv-0.3-asneeded.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: pure-sfv-0.3-asneeded.patch X-VCS-Directories: app-arch/pure-sfv/files X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende Content-Type: text/plain; charset=utf8 Message-Id: Sender: Christoph Mende Date: Sat, 03 Jan 2009 17:39:34 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: feb96a44-aea5-4dd1-a5ef-5996b0bd9e99 X-Archives-Hash: 2ef08315607be0b7e1806cff76fe2532 angelos 09/01/03 17:39:34 Added: pure-sfv-0.3-asneeded.patch Log: QA: Fixed compilation with --as-needed (bug 246858) (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64) Revision Changes Path 1.1 app-arch/pure-sfv/files/pure-sfv-0.3-asneeded.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pure-sfv/= files/pure-sfv-0.3-asneeded.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pure-sfv/= files/pure-sfv-0.3-asneeded.patch?rev=3D1.1&content-type=3Dtext/plain Index: pure-sfv-0.3-asneeded.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile.orig 2009-01-03 18:36:24.349399478 +0100 +++ Makefile 2009-01-03 18:36:37.218398964 +0100 @@ -65,7 +65,7 @@ OBJ =3D ${SRCS:%.c=3D%.o} =20 pure-sfv: $(OBJ) - $(CC) -lm -DVERSION=3D\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ) + $(CC) -DVERSION=3D\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(OBJ) -lm =20 PURIFY_OPTIONS=3D-follow-child-processes=3Dyes -always-use-cache-dir=3Dy= es PURIFY=3Dpurify