From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 676E81385CB for ; Mon, 21 Jan 2013 15:54:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBFA121C004; Mon, 21 Jan 2013 15:54:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67B3C21C004 for ; Mon, 21 Jan 2013 15:54:26 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84F3833DB22 for ; Mon, 21 Jan 2013 15:54:25 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2170) id 498ED2171D; Mon, 21 Jan 2013 15:54:24 +0000 (UTC) From: "Bernard Cafarelli (voyageur)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, voyageur@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/filezilla/files: filezilla-3.6.0.2-tests_link.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: filezilla-3.6.0.2-tests_link.patch X-VCS-Directories: net-ftp/filezilla/files X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130121155424.498ED2171D@flycatcher.gentoo.org> Date: Mon, 21 Jan 2013 15:54:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 493b96a1-c9e7-49c4-b905-e91b4f061aed X-Archives-Hash: 739636c7c1428a57c25a26c1fa54c6e4 voyageur 13/01/21 15:54:24 Added: filezilla-3.6.0.2-tests_link.patch Log: Fix tests compilation, bug #450212 (Portage version: 2.2.0_alpha158/cvs/Linux x86_64, signed Manifest commit with key C74525F2) Revision Changes Path 1.1 net-ftp/filezilla/files/filezilla-3.6.0.2-tests_link.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/files/filezilla-3.6.0.2-tests_link.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/files/filezilla-3.6.0.2-tests_link.patch?rev=1.1&content-type=text/plain Index: filezilla-3.6.0.2-tests_link.patch =================================================================== diff -Naur filezilla-3.6.0.2.orig/tests/Makefile.am filezilla-3.6.0.2/tests/Makefile.am --- filezilla-3.6.0.2.orig/tests/Makefile.am 2013-01-21 16:46:47.794228822 +0100 +++ filezilla-3.6.0.2/tests/Makefile.am 2013-01-21 16:47:39.312178175 +0100 @@ -18,6 +18,7 @@ test_LDFLAGS = $(CPPUNIT_LIBS) test_LDFLAGS += ../src/engine/libengine.a test_LDFLAGS += $(LIBGNUTLS_LIBS) +test_LDFLAGS += $(LIBSQLITE3_LIBS) test_LDFLAGS += $(WX_LIBS) test_LDFLAGS += $(IDN_LIB)