mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
David Seifert
parent
934b4cf892
commit
2bf077e52a
@@ -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)"
|
||||
)
|
||||
|
||||
|
||||
@@ -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)"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user