interface.c: Fix for AIX4.x finding interfaces.
[kai/samba.git] / source3 / Makefile.RPM
index 865d1bb7bf7438bb66bce822f028f851a5c67a97..ca17cce64eff3d5e2d31f9fd0b4b253be436560d 100644 (file)
@@ -71,7 +71,7 @@ SMBRUN = $(BINDIR)/smbrun
 
 # This is for PAM authentication. RedHat Linux uses PAM.
 # If you use PAM, then uncomment the following lines:
-PAM_FLAGS = -DUSE_PAM -DNO_CRYPT
+PAM_FLAGS = -DUSE_PAM
 PAM_LIBS = -ldl -lpam
 
 # This is for AFS authentication.  If you use AFS then set AFS_BASE 
@@ -98,7 +98,7 @@ PAM_LIBS = -ldl -lpam
 # DES_BASE=/usr/local/libdes
 # DES_FLAGS= -I$(DES_BASE)
 # DES_LIB= -L$(DES_BASE) -ldes
-# PASSWD_FLAGS=-DSMB_PASSWD=\"$(BINDIR)/smbpasswd\" -DSMB_PASSWD_FILE=\"$(BASEDIR)/private/smbpasswd\"
+# PASSWD_FLAGS=-DUSE_LIBDES -DSMB_PASSWD=\"$(BINDIR)/smbpasswd\" -DSMB_PASSWD_FILE=\"$(BASEDIR)/private/smbpasswd\"
 
 ######################################
 # VTP-Support
@@ -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