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 C979A1382C5 for ; Tue, 20 Apr 2021 18:04:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C31F9E07A5; Tue, 20 Apr 2021 18:04:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AD56DE07A5 for ; Tue, 20 Apr 2021 18:04:35 +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 9B649340F2B for ; Tue, 20 Apr 2021 18:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A563C3 for ; Tue, 20 Apr 2021 18:04:33 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1618941866.c1d1ece10f2f6dd3f34d59b0b4066f8f0d73eaa0.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bpftrace/, dev-util/bpftrace/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bpftrace/bpftrace-0.12.1-r1.ebuild dev-util/bpftrace/bpftrace-0.12.1.ebuild dev-util/bpftrace/files/bpftrace-0.12.0-install-libs.patch X-VCS-Directories: dev-util/bpftrace/ dev-util/bpftrace/files/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: c1d1ece10f2f6dd3f34d59b0b4066f8f0d73eaa0 X-VCS-Branch: master Date: Tue, 20 Apr 2021 18:04:33 +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: d91f423e-4552-454f-9959-cf79de4d8311 X-Archives-Hash: 72bbedd2add7bc4dc8dc6d500b3bf4eb commit: c1d1ece10f2f6dd3f34d59b0b4066f8f0d73eaa0 Author: Patrick McLean gentoo org> AuthorDate: Tue Apr 20 18:04:10 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Apr 20 18:04:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d1ece1 dev-util/bpftrace-0.12.1-r1: revbump, fix up library installation Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean gentoo.org> .../bpftrace/{bpftrace-0.12.1.ebuild => bpftrace-0.12.1-r1.ebuild} | 0 dev-util/bpftrace/files/bpftrace-0.12.0-install-libs.patch | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-util/bpftrace/bpftrace-0.12.1.ebuild b/dev-util/bpftrace/bpftrace-0.12.1-r1.ebuild similarity index 100% rename from dev-util/bpftrace/bpftrace-0.12.1.ebuild rename to dev-util/bpftrace/bpftrace-0.12.1-r1.ebuild diff --git a/dev-util/bpftrace/files/bpftrace-0.12.0-install-libs.patch b/dev-util/bpftrace/files/bpftrace-0.12.0-install-libs.patch index ef715ea5da8..04c08b3efa8 100644 --- a/dev-util/bpftrace/files/bpftrace-0.12.0-install-libs.patch +++ b/dev-util/bpftrace/files/bpftrace-0.12.0-install-libs.patch @@ -31,19 +31,20 @@ index a95c60a1..f5c4d676 100644 function(embed_headers output) file(WRITE ${output} "#include \"headers.h\"\n\nnamespace bpftrace {\n") diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 37ee2204..d35574f5 100644 +index 37ee2204..8b2e1909 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -145,7 +145,7 @@ if (ALLOW_UNSAFE_PROBE) +@@ -145,7 +145,8 @@ if (ALLOW_UNSAFE_PROBE) target_compile_definitions(libbpftrace PRIVATE HAVE_UNSAFE_PROBE) endif(ALLOW_UNSAFE_PROBE) -target_link_libraries(libbpftrace arch ast parser resources) +target_link_libraries(libbpftrace bpftracearch bpftraceast bpftraceparser bpftraceresources) ++install(TARGETS bpftracearch bpftraceast bpftraceparser LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) target_link_libraries(libbpftrace ${LIBBCC_LIBRARIES}) if(STATIC_LINKING) -@@ -194,6 +194,7 @@ if (USE_LIBFUZZER) +@@ -194,6 +195,7 @@ if (USE_LIBFUZZER) endif() install(TARGETS ${BPFTRACE} DESTINATION ${CMAKE_INSTALL_BINDIR})