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 1L58Ax-00064M-RW for garchives@archives.gentoo.org; Wed, 26 Nov 2008 00:22:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3096DE078B; Wed, 26 Nov 2008 00:22:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 082E6E078B for ; Wed, 26 Nov 2008 00:22:33 +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 8F8C8643EE for ; Wed, 26 Nov 2008 00:22:32 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1L58Aq-000227-9h for gentoo-commits@lists.gentoo.org; Wed, 26 Nov 2008 00:22:32 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/uif2iso/files: 0.1.7-Makefile X-VCS-Repository: gentoo-x86 X-VCS-Files: 0.1.7-Makefile X-VCS-Directories: app-cdr/uif2iso/files X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Wed, 26 Nov 2008 00:22:32 +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: fda5c4e1-44c4-468f-9de0-5d758a7deccd X-Archives-Hash: 83a89a4af9e84fa251fed71e028bea02 flameeyes 08/11/26 00:22:32 Modified: 0.1.7-Makefile Log: Switch to not having the actual linking line in the Makefile, use LDLIB= S instead. (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64) Revision Changes Path 1.2 app-cdr/uif2iso/files/0.1.7-Makefile file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/uif2iso/fi= les/0.1.7-Makefile?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/uif2iso/fi= les/0.1.7-Makefile?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/uif2iso/fi= les/0.1.7-Makefile?r1=3D1.1&r2=3D1.2 Index: 0.1.7-Makefile =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 RCS file: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/files/0.1.7-Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0.1.7-Makefile 13 Nov 2008 02:52:53 -0000 1.1 +++ 0.1.7-Makefile 26 Nov 2008 00:22:32 -0000 1.2 @@ -5,5 +5,6 @@ =20 CFLAGS +=3D -DMAGICISO_IS_SHIT =20 +LDLIBS =3D -lz + uif2iso: $(OBJS) - $(CC) $(LDFLAGS) $^ -o $@ -lz