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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F4A815808D for ; Mon, 18 Apr 2022 20:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A62BBE0855; Mon, 18 Apr 2022 20:19:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37DA3E0855 for ; Mon, 18 Apr 2022 20:19:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6973D341704 for ; Mon, 18 Apr 2022 20:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C766E3B2 for ; Mon, 18 Apr 2022 20:19:37 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1650313149.81fb25e7c01ac4d6855b86f4d823956ed34f1fa7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-term/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-term/lua-term-0.7-r1.ebuild dev-lua/lua-term/lua-term-0.7-r2.ebuild X-VCS-Directories: dev-lua/lua-term/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 81fb25e7c01ac4d6855b86f4d823956ed34f1fa7 X-VCS-Branch: master Date: Mon, 18 Apr 2022 20:19:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae8f40c7-2e1f-4c0b-a39c-007491bab38f X-Archives-Hash: b4ec3a59d992e97d158b4be6c72e6561 commit: 81fb25e7c01ac4d6855b86f4d823956ed34f1fa7 Author: Conrad Kostecki gentoo org> AuthorDate: Mon Apr 18 20:16:11 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Apr 18 20:19:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fb25e7 dev-lua/lua-term: add fPIC Closes: https://bugs.gentoo.org/829681 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-term/{lua-term-0.7-r1.ebuild => lua-term-0.7-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lua-term/lua-term-0.7-r1.ebuild b/dev-lua/lua-term/lua-term-0.7-r2.ebuild similarity index 95% rename from dev-lua/lua-term/lua-term-0.7-r1.ebuild rename to dev-lua/lua-term/lua-term-0.7-r2.ebuild index bbbbe0d517af..5fb52c4915e1 100644 --- a/dev-lua/lua-term/lua-term-0.7-r1.ebuild +++ b/dev-lua/lua-term/lua-term-0.7-r2.ebuild @@ -36,7 +36,7 @@ lua_src_compile() { local myemakeargs=( "CC=$(tc-getCC)" - "CFLAGS=${CFLAGS} ${LDFLAGS} $(lua_get_CFLAGS)" + "CFLAGS=${CFLAGS} -fPIC ${LDFLAGS} $(lua_get_CFLAGS)" ) emake "${myemakeargs[@]}" all