diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-11-16 00:22:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-16 00:22:46 +0100 |
commit | 2bf077e52adbab640fa957bff3d4b322cdf5f62d (patch) | |
tree | fa1abc265aeb7896c8be629c5f7f3ee46ba294be /dev-embedded | |
parent | app-emulation/libdsk: disable static libs (diff) | |
download | gentoo-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.ebuild | 1 | ||||
-rw-r--r-- | dev-embedded/stlink/stlink-9999.ebuild | 3 |
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)" ) |