mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Closes: https://bugs.gentoo.org/697934 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
13 lines
307 B
Diff
13 lines
307 B
Diff
diff --git a/utilities/CMakeLists.txt b/utilities/CMakeLists.txt
|
|
index c855f8ab..0ebef451 100644
|
|
--- a/utilities/CMakeLists.txt
|
|
+++ b/utilities/CMakeLists.txt
|
|
@@ -27,6 +27,7 @@ IF(NOT CMAKE_CROSSCOMPILING)
|
|
comp_err.cc
|
|
COMPONENT Server
|
|
LINK_LIBRARIES mysys
|
|
+ SKIP_INSTALL
|
|
)
|
|
ENDIF()
|
|
|