diff options
author | Atharva <atharvaamritkar@protonmail.com> | 2022-06-11 13:48:22 +0530 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2022-06-27 17:00:00 +0200 |
commit | a0d4d015b1ad0bde56e3ca91deec3636d2025944 (patch) | |
tree | 1f9894824a153688b4b4c7d2bd3dffe607a22a25 /sys-libs | |
parent | profiles/prefix: add riscv profile (diff) | |
download | gentoo-a0d4d015b1ad0bde56e3ca91deec3636d2025944.tar.gz gentoo-a0d4d015b1ad0bde56e3ca91deec3636d2025944.tar.bz2 gentoo-a0d4d015b1ad0bde56e3ca91deec3636d2025944.zip |
sys-libs/pam: add back prefix support
Bug: https://bugs.gentoo.org/695966
Closes: https://bugs.gentoo.org/799803
Fixes: 0c59c9cbfc8f371bc2efa2835c3977cc39f59be3
Signed-off-by: Atharva <atharvaamritkar@protonmail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/pam-1.5.2-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/pam/pam-1.5.2-r1.ebuild b/sys-libs/pam/pam-1.5.2-r1.ebuild index 351cbb5283b6..295225ab1e53 100644 --- a/sys-libs/pam/pam-1.5.2-r1.ebuild +++ b/sys-libs/pam/pam-1.5.2-r1.ebuild @@ -62,10 +62,10 @@ multilib_src_configure() { local myconf=( CC_FOR_BUILD="$(tc-getBUILD_CC)" --with-db-uniquename=-$(db_findver sys-libs/db) - --with-xml-catalog=/etc/xml/catalog - --enable-securedir=/$(get_libdir)/security - --includedir=/usr/include/security - --libdir=/usr/$(get_libdir) + --with-xml-catalog="${EPREFIX}"/etc/xml/catalog + --enable-securedir="${EPREFIX}"/$(get_libdir)/security + --includedir="${EPREFIX}"/usr/include/security + --libdir="${EPREFIX}"/usr/$(get_libdir) --enable-pie --enable-unix --disable-prelude |