diff options
author | Ian Jordan <immoloism@gmail.com> | 2023-12-12 06:03:31 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-12-12 22:02:26 +0000 |
commit | 5fd3a2f7f14512bb2a56e1b0e7a8e143ab3d5600 (patch) | |
tree | e2e371e9c87d779e5da6277778c0516c081ba5aa | |
parent | cross-pkg-config: Set PKG_CONFIG_FDO_SYSROOT_RULES=1 (diff) | |
download | crossdev-5fd3a2f7f14512bb2a56e1b0e7a8e143ab3d5600.tar.gz crossdev-5fd3a2f7f14512bb2a56e1b0e7a8e143ab3d5600.tar.bz2 crossdev-5fd3a2f7f14512bb2a56e1b0e7a8e143ab3d5600.zip |
wrapper/etc/portage/make.conf: Remove -pam
Removing default option of disabling PAM as no longer needed in all tests done.
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Closes: https://github.com/gentoo/crossdev/pull/16
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r-- | wrappers/etc/portage/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/etc/portage/make.conf b/wrappers/etc/portage/make.conf index 59bf61e..b845ba6 100644 --- a/wrappers/etc/portage/make.conf +++ b/wrappers/etc/portage/make.conf @@ -9,7 +9,7 @@ ROOT=@GENTOO_PORTAGE_EPREFIX@/usr/${CHOST}/ ACCEPT_KEYWORDS="${ARCH} ~${ARCH}" -USE="${ARCH} -pam" +USE="${ARCH}" CFLAGS="-O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" |