update: rename filedir to work with new version of leaf
This commit is contained in:
24
dev-libs/check/check-0.15.2-avoid-static-lib.patch
Normal file
24
dev-libs/check/check-0.15.2-avoid-static-lib.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
|
||||
Date: Fri, 2 Oct 2020 22:22:02 +0100
|
||||
Subject: [PATCH] Avoid static library
|
||||
|
||||
Fixes: https://bugs.archlinux.org/task/68076
|
||||
---
|
||||
src/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||||
index 4a02dbeaec4d..4d731c9bfcac 100644
|
||||
--- a/src/CMakeLists.txt
|
||||
+++ b/src/CMakeLists.txt
|
||||
@@ -188,7 +188,7 @@ target_include_directories(checkShared
|
||||
)
|
||||
|
||||
if(NOT THIS_IS_SUBPROJECT)
|
||||
- install(TARGETS check checkShared
|
||||
+ install(TARGETS checkShared
|
||||
EXPORT check-targets
|
||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
|
||||
Reference in New Issue
Block a user