diff options
author | Sam James <sam@gentoo.org> | 2021-03-26 13:21:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-26 13:21:49 +0000 |
commit | 19992e6dab35ec461345365eb24b9eb5fb56ab48 (patch) | |
tree | c466597dc74f7f9f8c26446c8401f9318e0681cd /sys-auth/pam_mysql | |
parent | net-im/purple-events: EAPI 7, fix build with slibtool (diff) | |
download | gentoo-19992e6dab35ec461345365eb24b9eb5fb56ab48.tar.gz gentoo-19992e6dab35ec461345365eb24b9eb5fb56ab48.tar.bz2 gentoo-19992e6dab35ec461345365eb24b9eb5fb56ab48.zip |
sys-auth/pam_mysql: fix build with slibtool
Closes: https://bugs.gentoo.org/778317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/pam_mysql')
-rw-r--r-- | sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild b/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild index a804c80bb49f..8467e5ea0d73 100644 --- a/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild +++ b/sys-auth/pam_mysql/pam_mysql-0.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -41,5 +41,5 @@ src_configure() { src_install() { default - rm "${ED%/}$(getpam_mod_dir)/pam_mysql.la" || die + find "${ED}" -name '*.la' -delete || die } |