diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-06-23 11:46:06 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-06-23 11:47:05 -0700 |
commit | 6237acc535a159f5d3f675fc3cd05d18ad43291c (patch) | |
tree | e6e40730482b72f6d9e656fb4e3afa9c68ccc954 /sys-libs | |
parent | sys-kernel/genkernel: bump to v4.0.9 (diff) | |
download | gentoo-6237acc535a159f5d3f675fc3cd05d18ad43291c.tar.gz gentoo-6237acc535a159f5d3f675fc3cd05d18ad43291c.tar.bz2 gentoo-6237acc535a159f5d3f675fc3cd05d18ad43291c.zip |
sys-libs/libxcrypt-4.4.16: Fix Werror (bug #729132)
Closes: https://bugs.gentoo.org/729132
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.16.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.16.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.16.ebuild index 166f638a5790..6046655b8148 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.16.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.16.ebuild @@ -62,6 +62,7 @@ get_xclibdir() { multilib_src_configure() { local -a myconf=( + --disable-werror --libdir=$(get_xclibdir) --with-pkgconfigdir=/usr/$(get_libdir)/pkgconfig --includedir="${EPREFIX}/usr/include/$(usex system '' 'xcrypt')" |