JHT ===> Prepared now for release of samba-1.9.16p10 RedHat RPMS
authorSamba Release Account <samba-bugs@samba.org>
Fri, 31 Jan 1997 15:18:47 +0000 (15:18 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Fri, 31 Jan 1997 15:18:47 +0000 (15:18 +0000)
source/Makefile.RPM

index 32170a78621f5bec4444ef992a0533d495797f7d..865d1bb7bf7438bb66bce822f028f851a5c67a97 100644 (file)
@@ -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 =