1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Told make to build nsswitch/pam_winbind.so - someone changed the Makefile

and not it has to be separately specified, but that's OK.
(This used to be commit e87646306f87a6d1e11a082924e15139feacd3eb)
This commit is contained in:
John Terpstra 2002-03-27 08:54:37 +00:00
parent 2624a47cb4
commit cf10482c96

View File

@ -251,7 +251,7 @@ CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure \
# --with-nisplus-home \
# --with-acl-support \
make all nsswitch/libnss_wins.so torture
make all nsswitch/libnss_wins.so torture nsswitch/pam_winbind.so
%Install