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 91CAE138335 for ; Tue, 31 Dec 2019 02:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB45CE0D7D; Tue, 31 Dec 2019 02:41:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD53FE0DA6 for ; Tue, 31 Dec 2019 02:41:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4242A34DD71 for ; Tue, 31 Dec 2019 02:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B653C7E for ; Tue, 31 Dec 2019 02:41:27 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1577759730.9d7400647007044b5248f281477145a926c9b217.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: patches/thin-provisioning-tools/0.8.5/ X-VCS-Repository: proj/genkernel X-VCS-Files: patches/thin-provisioning-tools/0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch X-VCS-Directories: patches/thin-provisioning-tools/0.8.5/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9d7400647007044b5248f281477145a926c9b217 X-VCS-Branch: master Date: Tue, 31 Dec 2019 02:41:27 +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: 1c862074-66dd-4b1d-976c-9a90bfb32400 X-Archives-Hash: 603c3dd9cd98d5b8fbcafeb1c0b02872 commit: 9d7400647007044b5248f281477145a926c9b217 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Dec 31 02:27:16 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 31 02:35:30 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9d740064 patches/thin-provisioning-tools: update build fixes Signed-off-by: Thomas Deutschmann gentoo.org> .../0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/patches/thin-provisioning-tools/0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch b/patches/thin-provisioning-tools/0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch index df0831f..95f49fb 100644 --- a/patches/thin-provisioning-tools/0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch +++ b/patches/thin-provisioning-tools/0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch @@ -12,6 +12,15 @@ ifeq ("@DEVTOOLS@", "yes") CXXFLAGS+=-DDEV_TOOLS +@@ -346,7 +348,7 @@ LIBFT_OBJECTS=$(subst .c,.o,$(LIBFT_SOURCE)) + + lib/libft.so: $(LIBFT_OBJECTS) + @echo " [LD]" $@ +- $(V) gcc -shared -o $@ $+ -laio ++ $(V) $(CC) -shared -o $@ $+ -laio + + .PHONEY: functional-test unit-test + --- thin-provisioning-tools-0.7.0/unit-tests/Makefile.in +++ thin-provisioning-tools-0.7.0/unit-tests/Makefile.in @@ -25,7 +25,7 @@