mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
Try to fix IRIX build - add quotes and never call libns_winbind by name - we
should only set that name once. (This used to be commit 34f15bff6f4f847eb900174793dcbc638f96a5bd)
This commit is contained in:
parent
24e663ab35
commit
356d599662
@ -962,7 +962,7 @@ nsswitch/libnss_wins.@SHLIBEXT@: $(NSS_OBJ)
|
|||||||
@SONAMEFLAG@`basename $@`
|
@SONAMEFLAG@`basename $@`
|
||||||
|
|
||||||
bin/winbindd@EXEEXT@: $(WINBINDD_OBJ) @BUILD_POPT@ bin/.dummy
|
bin/winbindd@EXEEXT@: $(WINBINDD_OBJ) @BUILD_POPT@ bin/.dummy
|
||||||
@echo Linking $@
|
@echo "Linking $@"
|
||||||
@$(LINK) -o $@ $(WINBINDD_OBJ) $(DYNEXP) $(LIBS) @POPTLIBS@ $(ADSLIBS) \
|
@$(LINK) -o $@ $(WINBINDD_OBJ) $(DYNEXP) $(LIBS) @POPTLIBS@ $(ADSLIBS) \
|
||||||
@LDAP_LIBS@
|
@LDAP_LIBS@
|
||||||
|
|
||||||
@ -972,7 +972,7 @@ nsswitch/@WINBIND_NSS@.@SHLIBEXT@: $(WINBIND_NSS_PICOBJS)
|
|||||||
@WINBIND_NSS_EXTRA_LIBS@ @SONAMEFLAG@`basename $@`
|
@WINBIND_NSS_EXTRA_LIBS@ @SONAMEFLAG@`basename $@`
|
||||||
|
|
||||||
nsswitch/pam_winbind.@SHLIBEXT@: $(PAM_WINBIND_OBJ) bin/.dummy
|
nsswitch/pam_winbind.@SHLIBEXT@: $(PAM_WINBIND_OBJ) bin/.dummy
|
||||||
@echo Linking $@
|
@echo "Linking $@"
|
||||||
@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) \
|
@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) \
|
||||||
@SONAMEFLAG@`basename $@` -lpam
|
@SONAMEFLAG@`basename $@` -lpam
|
||||||
|
|
||||||
|
@ -3270,10 +3270,10 @@ if test x"$HAVE_WINBIND" = x"yes"; then
|
|||||||
if test x"$BLDSHARED" = x"true"; then
|
if test x"$BLDSHARED" = x"true"; then
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
*irix*)
|
*irix*)
|
||||||
SHLIB_PROGS="$SHLIB_PROGS nsswitch/libns_winbind.$SHLIBEXT"
|
SHLIB_PROGS="$SHLIB_PROGS nsswitch/$WINBIND_NSS.$SHLIBEXT"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
SHLIB_PROGS="$SHLIB_PROGS nsswitch/libnss_winbind.$SHLIBEXT"
|
SHLIB_PROGS="$SHLIB_PROGS nsswitch/$WINBIND_NSS.$SHLIBEXT"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
if test x"$with_pam" = x"yes"; then
|
if test x"$with_pam" = x"yes"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user