Magellan Linux

Annotation of /trunk/netkit-rsh/patches/netkit-rsh-0.17-jbj4.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 314 byte(s)
-import

1 niro 153 --- netkit-rsh-0.16/rshd/Makefile.jbj4 Fri Jan 28 12:17:42 2000
2     +++ netkit-rsh-0.16/rshd/Makefile Fri Jan 28 12:17:56 2000
3     @@ -6,9 +6,8 @@
4     OBJS = rshd.o
5    
6     ifeq ($(USE_PAM),1)
7     -# ?
8     -CFLAGS += # -DUSE_PAM
9     -LIBS += -ldl # -lpam -lpam_misc
10     +CFLAGS += -DUSE_PAM
11     +LIBS += -ldl -lpam -lpam_misc
12     endif
13    
14     rshd: $(OBJS)