diff options
author | 2018-02-12 11:54:49 -0500 | |
---|---|---|
committer | 2018-02-12 11:55:45 -0500 | |
commit | 06d369db6410ed60d7739fe8f8737da338a173e4 (patch) | |
tree | fb77a8f183cc609714c34d1efce013a2295f4721 /sys-boot/systemd-boot/files | |
parent | Revert "dev-ruby/loofah: cleanup" (diff) | |
download | gentoo-06d369db6410ed60d7739fe8f8737da338a173e4.tar.gz gentoo-06d369db6410ed60d7739fe8f8737da338a173e4.tar.bz2 gentoo-06d369db6410ed60d7739fe8f8737da338a173e4.zip |
sys-boot/systemd-boot: bump to 237
Closes: https://bugs.gentoo.org/647316
Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99
Diffstat (limited to 'sys-boot/systemd-boot/files')
-rw-r--r-- | sys-boot/systemd-boot/files/237-libshared-static.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-boot/systemd-boot/files/237-libshared-static.patch b/sys-boot/systemd-boot/files/237-libshared-static.patch new file mode 100644 index 000000000000..9966a5f79162 --- /dev/null +++ b/sys-boot/systemd-boot/files/237-libshared-static.patch @@ -0,0 +1,15 @@ +diff --git a/meson.build b/meson.build +index 36a62d280..87f8da29b 100644 +--- a/meson.build ++++ b/meson.build +@@ -1662,9 +1662,8 @@ if conf.get('ENABLE_EFI') == 1 and conf.get('HAVE_BLKID') == 1 + exe = executable('bootctl', + 'src/boot/bootctl.c', + include_directories : includes, +- link_with : [libshared], ++ link_with : [libshared_static, libsystemd_static], + dependencies : [libblkid], +- install_rpath : rootlibexecdir, + install : true) + public_programs += [exe] + endif |