diff options
Diffstat (limited to 'examples/redhat/samba-axp.patch')
-rw-r--r-- | examples/redhat/samba-axp.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/redhat/samba-axp.patch b/examples/redhat/samba-axp.patch new file mode 100644 index 0000000000..b5b466a202 --- /dev/null +++ b/examples/redhat/samba-axp.patch @@ -0,0 +1,21 @@ +*** samba-1.9.16p10/source/Makefile.RPM Sat Feb 1 01:25:30 1997 +--- samba-1.9.16p10/source/Makefile Sat Feb 1 01:25:53 1997 +*************** +*** 179,186 **** + # Use this for Linux without shadow passwords + # contributed by Andrew.Tridgell@anu.edu.au + # AXPROC defines DEC Alpha Processor +! # FLAGSM = -DLINUX -DAXPROC +! FLAGSM = -DLINUX + LIBSM = + + # Use this for Linux with shadow passwords and quota +--- 179,186 ---- + # Use this for Linux without shadow passwords + # contributed by Andrew.Tridgell@anu.edu.au + # AXPROC defines DEC Alpha Processor +! FLAGSM = -DLINUX -DAXPROC +! # FLAGSM = -DLINUX + LIBSM = + + # Use this for Linux with shadow passwords and quota |