diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-08-12 17:33:56 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-08-13 08:42:33 +0200 |
commit | c9a0919b1961fa26f838d2fb69fb21247f5201f3 (patch) | |
tree | b2d4d78a86412508304ea1d87bc270cbb2a7ff49 /sys-fs/cryptsetup/files | |
parent | dev-ruby/cri: add 2.12.0 (diff) | |
download | gentoo-c9a0919b1961fa26f838d2fb69fb21247f5201f3.tar.gz gentoo-c9a0919b1961fa26f838d2fb69fb21247f5201f3.tar.bz2 gentoo-c9a0919b1961fa26f838d2fb69fb21247f5201f3.zip |
sys-fs/cryptsetup: fix static pwquality build
Closes: https://bugs.gentoo.org/663450
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9547
Diffstat (limited to 'sys-fs/cryptsetup/files')
-rw-r--r-- | sys-fs/cryptsetup/files/cryptsetup-2.0.4-fix-static-pwquality-build.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-fs/cryptsetup/files/cryptsetup-2.0.4-fix-static-pwquality-build.patch b/sys-fs/cryptsetup/files/cryptsetup-2.0.4-fix-static-pwquality-build.patch new file mode 100644 index 000000000000..39524ec3114b --- /dev/null +++ b/sys-fs/cryptsetup/files/cryptsetup-2.0.4-fix-static-pwquality-build.patch @@ -0,0 +1,18 @@ +--- a/src/Makemodule.am 2018-07-31 14:32:46.000000000 +0200 ++++ b/src/Makemodule.am 2018-08-12 17:13:26.000000000 +0200 +@@ -64,6 +64,7 @@ + $(veritysetup_LDADD) \ + @CRYPTO_STATIC_LIBS@ \ + @DEVMAPPER_STATIC_LIBS@ \ ++ @PWQUALITY_STATIC_LIBS@ \ + @UUID_LIBS@ + endif + endif +@@ -93,6 +94,7 @@ + $(integritysetup_LDADD) \ + @CRYPTO_STATIC_LIBS@ \ + @DEVMAPPER_STATIC_LIBS@ \ ++ @PWQUALITY_STATIC_LIBS@ \ + @UUID_LIBS@ + endif + endif |