diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-06-11 01:03:06 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-06-11 01:03:06 +0000 |
commit | c6e63aa896a10656f6205828e744b722fc72f8ac (patch) | |
tree | a491f34425b6a5c47c4284c18e30c53cc57d112f /source3/Makefile.RPM | |
parent | 56adabeed7739cf800000adbf3d9530f2174442a (diff) | |
download | samba-c6e63aa896a10656f6205828e744b722fc72f8ac.tar.gz samba-c6e63aa896a10656f6205828e744b722fc72f8ac.tar.bz2 samba-c6e63aa896a10656f6205828e744b722fc72f8ac.zip |
Makefile: Added quoata changes for Linux from Thorvald Natvig
Makefile.RPM: Added quoata changes for Linux from Thorvald Natvig
charset.c: Large changes to add multiple client code pages.
charset.h: Changed charset_initialise() proto.
client.c: Fixed message sending bug. Changed charset_initialise().
ipc.c: Fixed #ifdef compile problems.
loadparm.c: Added "client code page" option.
nmbd.c: Changed charset_initialise(). Fixed lmhosts read.
nmblookup.c: Changed charset_initialise().
proto.h: Added lp_client_code_page(void).
quotas.c: Added quoata changes for Linux from Thorvald Natvig
reply.c: Changed debug level. Made SMBecho ignore tid.
server.c: Changed charset_initialise().
smb.h: Added DEFAULT_CLIENT_CODE_PAGE as 850.
smbpasswd.c: Changed charset_initialise().
status.c: Changed charset_initialise().
testparm.c: Changed charset_initialise().
testprns.c: Changed charset_initialise().
Jeremy Allison (jallison@whistle.com)
(This used to be commit 957025bace1bcff34d21a6caeca498e85abccb23)
Diffstat (limited to 'source3/Makefile.RPM')
-rw-r--r-- | source3/Makefile.RPM | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/source3/Makefile.RPM b/source3/Makefile.RPM index 83cc38d056..ca17cce64e 100644 --- a/source3/Makefile.RPM +++ b/source3/Makefile.RPM @@ -183,16 +183,18 @@ AWK = awk FLAGSM = -DLINUX LIBSM = -# Use this for Linux with shadow passwords and quota -# contributed by xeno@mix.hive.no -# Tested on the 1.3.57 kernel and ext2fs filesystem. -# Notes: -# /usr/include/sys/quota.h must be a symlink to /usr/include/linux/quota.h -# The directory quota here must be a symlink to your quota package. -# I just do 'ln -sf /usr/src/quota-1.50 quota' in this directory to get it to work. -# FLAGSM = -O3 -m486 -DLINUX -DSHADOW_PWD -DQUOTAS -# LIBSM = -lshadow +# Use this for Linux with quotas and without shadow passwords +# contributed by Andrew.Tridgell@anu.edu.au +# AXPROC defines DEC Alpha Processor +# FLAGSM = -DLINUX -DAXPROC -DQUOTAS +# FLAGSM = -DLINUX -DQUOTAS +# LIBSM = +# Use this for Linux with quota and glibc2 +# contributed by xeno@mix.hive.no +# Tested on the 2.0.30 kernel and ext2fs filesystem. +# FLAGSM = -DLINUX -DQUOTAS -DNO_ASMSIGNALH -DGLIBC2 +# LIBSM = -L/lib/libc5-compat -lcrypt # This is for SUNOS5.4 and later (also known as Solaris 2.4 and later) # contributed by Andrew.Tridgell@anu.edu.au |