Die Nachricht kann jetzt mit folgender Datei oder Link als Anlage
gesendet werden:
postfix-2.2.9-uClibc-1.patch
Hinweis: E-Mail-Programme können das Senden oder Empfangen von
bestimmten Dateitypen als Anlagen aufgrund von Computerviren verhindern.
Überprüfen Sie die E-Mail-Sicherheitseinstellungen, um zu ermitteln, wie
Anlagen gehandhabt werden.
Submitted By: Michael Labuschke (michael at labuschke dot de)
Date: 2006-03-08
Initial Package Version: postfix-2.2.9
Origin: me
Upstream Status: not yet sent
Description: uClibc does not have NIS support so we need to disable it
diff -Naur postfix-2.2.9.orig/src/util/sys_defs.h
postfix-2.2.9/src/util/sys_defs.h
--- postfix-2.2.9.orig/src/util/sys_defs.h 2006-01-03 21:52:17.000000000
+0000
+++ postfix-2.2.9/src/util/sys_defs.h 2006-03-07 23:09:01.000000000 +0000
@@ -622,7 +622,9 @@
#define HAS_DB
#define DEF_DB_TYPE "hash"
#define ALIAS_DB_MAP "hash:/etc/aliases"
+#ifndef __UCLIBC__
#define HAS_NIS
+#endif
#define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
#define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin"
#define FIONREAD_IN_TERMIOS_H
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page