summaryrefslogtreecommitdiff
path: root/sys-boot/systemd-boot/files/233-Force-libsystemd-shared-to-be-static.patch
blob: b837890f61623bb97464b2e33d4aebab2453f693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 5aefd5fddd2af5f979ece96cda8ed1ab0492709c Mon Sep 17 00:00:00 2001
From: Mike Gilbert <floppym@gentoo.org>
Date: Tue, 30 May 2017 14:05:41 -0400
Subject: [PATCH] Force libsystemd-shared to be static

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 2a5610740..4e95cb316 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1145,7 +1145,7 @@ libshared_la_LIBADD = \
 	$(BLKID_LIBS) \
 	$(LIBCRYPTSETUP_LIBS)
 
-rootlibexec_LTLIBRARIES += \
+noinst_LTLIBRARIES += \
 	libsystemd-shared.la
 
 libsystemd_shared_la_SOURCES = \
-- 
2.13.0