changeset 1159:8a93dff28e13 HEAD

wordwrapping..
author Timo Sirainen <tss@iki.fi>
date Tue, 11 Feb 2003 23:04:59 +0200
parents d346da6de29d
children 1a9be391559b
files INSTALL
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Tue Feb 11 23:04:28 2003 +0200
+++ b/INSTALL	Tue Feb 11 23:04:59 2003 +0200
@@ -102,7 +102,8 @@
 vpopmail). There's no standard way to build them as modules currently, but
 something like this should work:
 
-gcc -shared -fPIC -DUSERDB_LDAP -DPASSDB_LDAP -I../.. -I../lib -I../lib-settings \
+gcc -shared -fPIC -DUSERDB_LDAP -DPASSDB_LDAP \
+-I../.. -I../lib -I../lib-settings \
 db-ldap.c userdb-ldap.c passdb-ldap.c -o ldap.so \
 ../lib-settings/libsettings.a -lldap