Bug 56503 - netkit-rsh-0.17-r5.ebuild doesn't build without pam
Bug#: 56503 Product:  Gentoo Linux Version: 2004.1 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: che@chrekh.se
Component: Ebuilds
URL: 
Summary: netkit-rsh-0.17-r5.ebuild doesn't build without pam
Keywords:  
Status Whiteboard: 
Opened: 2004-07-08 18:15 0000
Description:   Opened: 2004-07-08 18:15 0000
netkit-rsh-0.17-r5.ebuild is depending on pam even with USE="-pam" This is easy
solvable, since netkit-rsh can be configured with --without-pam

------- Comment #1 From Christer Ekholm 2004-07-08 18:16:43 0000 -------
Created an attachment (id=35043) [details]
Patch for netkit-rsh-0.17-r5.ebuild to allow build without pam

------- Comment #2 From Christer Ekholm 2004-07-08 18:30:33 0000 -------
Created an attachment (id=35044) [details]
Better patch.

Sorry!	After some aditional testing I found out that ./configure didn't
recognize --with-pam which means that use_with can't be used.  This patch is
better.

------- Comment #3 From Christer Ekholm 2004-07-08 18:37:40 0000 -------
Created an attachment (id=35047) [details]
netkit-rsh-0.17-r5.ebuild-nopam.patch

Sorry again!  This time I forgot to restore the changes that allowed me to test
without having pam.

------- Comment #4 From Jon Portnoy (RETIRED) 2004-07-22 19:38:44 0000 -------
Committed to CVS, thanks.