summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-11-16 00:22:46 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-16 00:22:46 +0100
commit2bf077e52adbab640fa957bff3d4b322cdf5f62d (patch)
treefa1abc265aeb7896c8be629c5f7f3ee46ba294be /dev-embedded
parentapp-emulation/libdsk: disable static libs (diff)
downloadgentoo-2bf077e52adbab640fa957bff3d4b322cdf5f62d.tar.gz
gentoo-2bf077e52adbab640fa957bff3d4b322cdf5f62d.tar.bz2
gentoo-2bf077e52adbab640fa957bff3d4b322cdf5f62d.zip
dev-embedded/stlink: disable static libs
Closes: https://bugs.gentoo.org/735740 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/stlink/stlink-1.6.0.ebuild1
-rw-r--r--dev-embedded/stlink/stlink-9999.ebuild3
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-embedded/stlink/stlink-1.6.0.ebuild b/dev-embedded/stlink/stlink-1.6.0.ebuild
index 0579066f0bc7..7d2549c15a32 100644
--- a/dev-embedded/stlink/stlink-1.6.0.ebuild
+++ b/dev-embedded/stlink/stlink-1.6.0.ebuild
@@ -29,6 +29,7 @@ src_configure() {
local mycmakeargs=(
-DSTLINK_UDEV_RULES_DIR="$(get_udevdir)"/rules.d
-DSTLINK_MODPROBED_DIR="${EPREFIX}/etc/modprobe.d"
+ -DSTLINK_STATIC_LIB=OFF
-DLIB_INSTALL_DIR:PATH="$(get_libdir)"
)
diff --git a/dev-embedded/stlink/stlink-9999.ebuild b/dev-embedded/stlink/stlink-9999.ebuild
index 479ca67cd591..cadef633bb8a 100644
--- a/dev-embedded/stlink/stlink-9999.ebuild
+++ b/dev-embedded/stlink/stlink-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -29,6 +29,7 @@ src_configure() {
local mycmakeargs=(
-DSTLINK_UDEV_RULES_DIR="$(get_udevdir)"/rules.d
-DSTLINK_MODPROBED_DIR="${EPREFIX}/etc/modprobe.d"
+ -DSTLINK_STATIC_LIB=OFF
-DLIB_INSTALL_DIR:PATH="$(get_libdir)"
)