diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-01-31 15:18:47 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-01-31 15:18:47 +0000 |
commit | e6fa5669e99806f2b361f9f529ac6f08e51cac5d (patch) | |
tree | ef3bf1d667ec51b6faf5e904865f2169f6417215 /source | |
parent | beafb1ab79bcd1d7b0dd08e0c079bcc42c8297cf (diff) | |
download | samba-e6fa5669e99806f2b361f9f529ac6f08e51cac5d.tar.gz samba-e6fa5669e99806f2b361f9f529ac6f08e51cac5d.tar.xz samba-e6fa5669e99806f2b361f9f529ac6f08e51cac5d.zip |
JHT ===> Prepared now for release of samba-1.9.16p10 RedHat RPMS
Diffstat (limited to 'source')
-rw-r--r-- | source/Makefile.RPM | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/source/Makefile.RPM b/source/Makefile.RPM index 32170a78621..865d1bb7bf7 100644 --- a/source/Makefile.RPM +++ b/source/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 = |