commit:     47d312a25cc0d8c6917787a41a37c4e73d7d0eab
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 13:51:51 2022 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 13:53:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d312a2

net-libs/libhackrf: build only shared lib (no-op)

So, this actually does nothing, because the applied patch ALSO builds
only shared libs.  That said, it's the first step toward not needing the
patch and I don't want to forget later when/if upstream fixes their bug
which won't allow install for only shared libs.

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-libs/libhackrf/libhackrf-2022.09.1.ebuild | 4 ++++
 net-libs/libhackrf/libhackrf-9999.ebuild      | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/net-libs/libhackrf/libhackrf-2022.09.1.ebuild 
b/net-libs/libhackrf/libhackrf-2022.09.1.ebuild
index 586e9f4bd1ec..126023d3e828 100644
--- a/net-libs/libhackrf/libhackrf-2022.09.1.ebuild
+++ b/net-libs/libhackrf/libhackrf-2022.09.1.ebuild
@@ -42,6 +42,10 @@ src_configure() {
        cmake_src_configure
 }
 
+src_compile() {
+       cmake_build hackrf
+}
+
 pkg_postinst() {
        if use udev; then
                einfo "Users in the usb group can use hackrf."

diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild 
b/net-libs/libhackrf/libhackrf-9999.ebuild
index 586e9f4bd1ec..126023d3e828 100644
--- a/net-libs/libhackrf/libhackrf-9999.ebuild
+++ b/net-libs/libhackrf/libhackrf-9999.ebuild
@@ -42,6 +42,10 @@ src_configure() {
        cmake_src_configure
 }
 
+src_compile() {
+       cmake_build hackrf
+}
+
 pkg_postinst() {
        if use udev; then
                einfo "Users in the usb group can use hackrf."

Reply via email to