Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101675 | Differences between
and this patch

Collapse All | Expand All

(-)samba-3.0.14a-subins/source/configure.in (-2 / +2 lines)
Lines 226-231 Link Here
226
AC_SUBST(SHLIB_PROGS)
226
AC_SUBST(SHLIB_PROGS)
227
AC_SUBST(SMBWRAPPER)
227
AC_SUBST(SMBWRAPPER)
228
AC_SUBST(EXTRA_BIN_PROGS)
228
AC_SUBST(EXTRA_BIN_PROGS)
229
AC_SUBST(EXTRA_SUBIN_PROGS)
229
AC_SUBST(EXTRA_SBIN_PROGS)
230
AC_SUBST(EXTRA_SBIN_PROGS)
230
AC_SUBST(EXTRA_ALL_TARGETS)
231
AC_SUBST(EXTRA_ALL_TARGETS)
231
232
Lines 3118-3124 Link Here
3118
	*linux*)
3119
	*linux*)
3119
		AC_MSG_RESULT(yes)
3120
		AC_MSG_RESULT(yes)
3120
		AC_DEFINE(WITH_SMBMOUNT,1,[Whether to build smbmount])
3121
		AC_DEFINE(WITH_SMBMOUNT,1,[Whether to build smbmount])
3121
		EXTRA_BIN_PROGS="$EXTRA_BIN_PROGS bin/smbmount bin/smbmnt bin/smbumount"
3122
		EXTRA_SUBIN_PROGS="$EXTRA_SUBIN_PROGS client/mount.cifs$(EXEEXT) bin/smbmnt$(EXEEXT) bin/smbumount$(EXEEXT)"
3122
		;;
3123
		;;
3123
	*)
3124
	*)
3124
		AC_MSG_ERROR(not on a linux system!)
3125
		AC_MSG_ERROR(not on a linux system!)
Lines 3133-3139 Link Here
3133
)
3134
)
3134
3135
3135
3136
3136
3137
#################################################
3137
#################################################
3138
# check for a PAM clear-text auth, accounts, password and session support
3138
# check for a PAM clear-text auth, accounts, password and session support
3139
with_pam_for_crypt=no
3139
with_pam_for_crypt=no
(-)samba-3.0.14a-subins/source/Makefile.in (-1 / +1 lines)
Lines 133-139 Link Here
133
BIN_PROGS3 = bin/smbpasswd@EXEEXT@ bin/rpcclient@EXEEXT@ bin/smbcacls@EXEEXT@ \
133
BIN_PROGS3 = bin/smbpasswd@EXEEXT@ bin/rpcclient@EXEEXT@ bin/smbcacls@EXEEXT@ \
134
	bin/profiles@EXEEXT@ bin/ntlm_auth@EXEEXT@ \
134
	bin/profiles@EXEEXT@ bin/ntlm_auth@EXEEXT@ \
135
	bin/smbcquotas@EXEEXT@
135
	bin/smbcquotas@EXEEXT@
136
SUBIN_PROGS = client/mount.cifs@EXEEXT@ bin/smbmnt@EXEEXT@ bin/smbumount@EXEEXT@
136
SUBIN_PROGS = @EXTRA_SUBIN_PROGS@
137
137
138
# editreg removed from standard build until it is portable. It needs a major rewrite to 
138
# editreg removed from standard build until it is portable. It needs a major rewrite to 
139
# achieve this (tridge)
139
# achieve this (tridge)

Return to bug 101675