summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-01-31 15:18:47 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-01-31 15:18:47 +0000
commitc9180534ef08a6583bbd5bfc2a51e6dac396b8d3 (patch)
tree00c8422fe08b2478179bfb68cc1a274f68d57919 /source3
parent660473d60474efdcbbcce00ac6c3e085ed131878 (diff)
downloadsamba-c9180534ef08a6583bbd5bfc2a51e6dac396b8d3.tar.gz
samba-c9180534ef08a6583bbd5bfc2a51e6dac396b8d3.tar.bz2
samba-c9180534ef08a6583bbd5bfc2a51e6dac396b8d3.zip
JHT ===> Prepared now for release of samba-1.9.16p10 RedHat RPMS
(This used to be commit e6fa5669e99806f2b361f9f529ac6f08e51cac5d)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.RPM22
1 files changed, 14 insertions, 8 deletions
diff --git a/source3/Makefile.RPM b/source3/Makefile.RPM
index 32170a7862..865d1bb7bf 100644
--- a/source3/Makefile.RPM
+++ b/source3/Makefile.RPM
@@ -10,9 +10,9 @@ MANDIR = /usr/man
# The directories to put things in. If you use multiple
# architectures or share the samba binaries across NFS then
# you will probably want to change this layout.
-BASEDIR = /
-BINDIR = $(BASEDIR)usr/bin
-SBINDIR = $(BASEDIR)usr/sbin
+BASEDIR = /usr
+BINDIR = $(BASEDIR)/bin
+SBINDIR = $(BASEDIR)/sbin
LIBDIR = /etc
VARDIR = /var
@@ -24,7 +24,7 @@ INSTALLPERMS = 0755
# RPM_OPT_FLAGS is needed when building an RPM distribution package
# for RedHat Linux.
FLAGS1 = $(RPM_OPT_FLAGS)
-FLAGS1 = -O
+#FLAGS1 = -O
LIBS1 =
# You will need to use a ANSI C compiler. This means under SunOS 4 you can't
@@ -194,12 +194,18 @@ LIBSM =
# LIBSM = -lshadow
-# This is for SUNOS5 (also known as Solaris 2)
+# This is for SUNOS5.4 and later (also known as Solaris 2.4 and later)
# contributed by Andrew.Tridgell@anu.edu.au
# FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP
# LIBSM = -lsocket -lnsl
# AWK = nawk
+# This is for SUNOS 5.2 and 5.3 (also known as Solaris 2.2 and 2.3)
+# contributed by hdsi@newtech.net
+# FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DNO_STRFTIME
+# LIBSM = -lsocket -lnsl
+# AWK = nawk
+
# This is for UXP/DS
# contributed by dsfrost@oai6.yk.fujitsu.co.jp
# FLAGSM = -DSVR4 -DSHADOW_PWD
@@ -521,14 +527,14 @@ LIBSM =
# This for Amiga using GCC and ixemul.library 43.0 or later.
-# contributed by Rask Ingemann Lambertsen <rask@kampsax.dtu.dk>
+# contributed by Rask Ingemann Lambertsen <rask@k4315.kampsax.dtu.dk>
# The binaries will support both AmiTCP and AS225R2 compatible
# protocol stacks because of the use of ixnet.library.
# Other protocol stacks will be supported automatically if
# support for them is added to ixnet.library.
# The binaries will have automatic stack extension :-)
-# Doesn't work in stand-alone mode, must be run from inetd :-(
-# FLAGSM = -DFreeBSD -mstackextend
+# smbd must be run from inetd :-(
+# FLAGSM = -DAMIGA -Dfork=vfork -mstackextend
# LIBSM =