From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA9C4139085 for ; Fri, 20 Jan 2017 07:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D954E0EAE; Fri, 20 Jan 2017 07:30:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE1BEE0EAE for ; Fri, 20 Jan 2017 07:30:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9507E3412CB for ; Fri, 20 Jan 2017 07:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 318A229F3 for ; Fri, 20 Jan 2017 07:30:21 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1484897398.58c4c02fb87e486ab09da55473a5318c05e55987.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/proxychains/, net-misc/proxychains/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/proxychains/files/proxychains-4.12-makefile.patch net-misc/proxychains/proxychains-4.12-r1.ebuild net-misc/proxychains/proxychains-4.12.ebuild X-VCS-Directories: net-misc/proxychains/files/ net-misc/proxychains/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 58c4c02fb87e486ab09da55473a5318c05e55987 X-VCS-Branch: master Date: Fri, 20 Jan 2017 07:30:21 +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: 841eb11e-eea7-433b-bb0a-30b7abb4ae70 X-Archives-Hash: ffa0eee603e7acf3e8f2e7d6b2f822c1 commit: 58c4c02fb87e486ab09da55473a5318c05e55987 Author: Tim Harder gentoo org> AuthorDate: Fri Jan 20 07:28:08 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Jan 20 07:29:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c4c02f net-misc/proxychains: add missing linking libs net-misc/proxychains/files/proxychains-4.12-makefile.patch | 2 +- .../proxychains/{proxychains-4.12.ebuild => proxychains-4.12-r1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/proxychains/files/proxychains-4.12-makefile.patch b/net-misc/proxychains/files/proxychains-4.12-makefile.patch index 4b3fe53..98fdaac 100644 --- a/net-misc/proxychains/files/proxychains-4.12-makefile.patch +++ b/net-misc/proxychains/files/proxychains-4.12-makefile.patch @@ -33,7 +33,7 @@ $(LDSO_PATHNAME): $(LOBJS) - $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) $(USER_LDFLAGS) \ - -shared -o $@ $(LOBJS) -+ $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -shared $(PIC) -o $@ $(LOBJS) ++ $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -shared $(PIC) -o $@ $(LOBJS) $(LIBS) $(ALL_TOOLS): $(OBJS) - $(CC) src/main.o src/common.o $(USER_LDFLAGS) -o $(PXCHAINS) diff --git a/net-misc/proxychains/proxychains-4.12.ebuild b/net-misc/proxychains/proxychains-4.12-r1.ebuild similarity index 100% rename from net-misc/proxychains/proxychains-4.12.ebuild rename to net-misc/proxychains/proxychains-4.12-r1.ebuild