diff options
author | 2022-06-15 20:50:36 -0400 | |
---|---|---|
committer | 2022-06-15 20:53:16 -0400 | |
commit | 98d91fb3ae7547ac155335d5ff2c2b14b0b480ef (patch) | |
tree | ca93b72508c2f5b4d06d3d623cb3634d4ca9d65e /app-crypt/clevis | |
parent | dev-libs/shuffile: restrict tests (diff) | |
download | guru-98d91fb3ae7547ac155335d5ff2c2b14b0b480ef.tar.gz guru-98d91fb3ae7547ac155335d5ff2c2b14b0b480ef.tar.bz2 guru-98d91fb3ae7547ac155335d5ff2c2b14b0b480ef.zip |
app-crypt/clevis: merge #71 by duxsco
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'app-crypt/clevis')
-rw-r--r-- | app-crypt/clevis/clevis-18.ebuild | 1 | ||||
-rw-r--r-- | app-crypt/clevis/files/clevis-meson.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/clevis/clevis-18.ebuild b/app-crypt/clevis/clevis-18.ebuild index 43912b1fb..da0dc9637 100644 --- a/app-crypt/clevis/clevis-18.ebuild +++ b/app-crypt/clevis/clevis-18.ebuild @@ -25,4 +25,5 @@ BDEPEND="" PATCHES=( "${FILESDIR}/${PN}-dracut.patch" + "${FILESDIR}/${PN}-meson.patch" ) diff --git a/app-crypt/clevis/files/clevis-meson.patch b/app-crypt/clevis/files/clevis-meson.patch new file mode 100644 index 000000000..bfd517d3e --- /dev/null +++ b/app-crypt/clevis/files/clevis-meson.patch @@ -0,0 +1,11 @@ +diff --git a/src/luks/systemd/meson.build b/src/luks/systemd/meson.build +index b10494e3ca4d620437aee0d5e440eecf323b03d9..09f7fb51e7320aa71e275c34baa0561233821d69 100644 +--- a/src/luks/systemd/meson.build ++++ b/src/luks/systemd/meson.build +@@ -5,6 +5,7 @@ sd_reply_pass = find_program( + join_paths(get_option('prefix'), 'lib', 'systemd', 'systemd-reply-password'), + join_paths('/', 'usr', get_option('libdir'), 'systemd', 'systemd-reply-password'), + join_paths('/', 'usr', 'lib', 'systemd', 'systemd-reply-password'), ++ join_paths('/', 'lib', 'systemd', 'systemd-reply-password'), + required: false + ) |