From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LqV4b-00008n-Vq for garchives@archives.gentoo.org; Sun, 05 Apr 2009 16:19:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86EC7E0361; Sun, 5 Apr 2009 16:19:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6361DE0361 for ; Sun, 5 Apr 2009 16:19:53 +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 0C6E6652CF for ; Sun, 5 Apr 2009 16:19:53 +0000 (UTC) Received: from jokey by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LqV4a-0002d6-Nm for gentoo-commits@lists.gentoo.org; Sun, 05 Apr 2009 16:19:52 +0000 From: "Markus Ullmann (jokey)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jokey@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_abl/files: pam_abl-0.2.3-as-needed.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: pam_abl-0.2.3-as-needed.patch X-VCS-Directories: sys-auth/pam_abl/files X-VCS-Committer: jokey X-VCS-Committer-Name: Markus Ullmann Content-Type: text/plain; charset=utf8 Message-Id: Sender: Markus Ullmann Date: Sun, 05 Apr 2009 16:19:52 +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: bf541109-0536-48f8-ba7c-fd5341c20a06 X-Archives-Hash: 3e922c811b50ed1ca3f844af96c56687 jokey 09/04/05 16:19:52 Added: pam_abl-0.2.3-as-needed.patch Log: Add patch for as-needed, bug #248403 (Portage version: 2.2_rc28/cvs/Linux x86_64) Revision Changes Path 1.1 sys-auth/pam_abl/files/pam_abl-0.2.3-as-needed.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/f= iles/pam_abl-0.2.3-as-needed.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_abl/f= iles/pam_abl-0.2.3-as-needed.patch?rev=3D1.1&content-type=3Dtext/plain Index: pam_abl-0.2.3-as-needed.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 --- tools/Makefile.orig 2008-12-28 17:27:47.000000000 +0100 +++ tools/Makefile 2008-12-28 17:31:08.000000000 +0100 @@ -9,7 +9,7 @@ all : $(TARGET) =20 $(TARGET) : $(OBJ) - cc $(LIBS) -o $@ $^ + cc -o $@ $^ $(LIBS) =20 install : $(TARGET) install --mode=3D755 --strip $(TARGET) $(INSTDIR)