masqmail

annotate docs/agenda-config.site @ 421:f37384470855

Changed lockdir to /var/lock/masqmail; Create lockdir and piddir on startup. Moved the lockdir out of the spool dir. (When /var/lock is a ramdisk we do well to have the lock files there.) Added the new configure option --with-lockdir to change that location. Nontheless, if we run_as_user, then lock files are always stored in the spool dir directly. Instead of installing the lockdir and piddir at installation time, we create them on startup time now if they are missing. This is necessary if lockdir or piddir are a tmpfs.
author markus schnalke <meillo@marmaro.de>
date Wed, 30 May 2012 09:38:38 +0200
parents 08114f7dcc23
children
rev   line source
meillo@0 1 # config.site for configure
meillo@0 2 # Agenda Vr3 TARGET
meillo@0 3
meillo@0 4 # You could put this file to /usr/local/mipsel-linux/etc/agenda-config.site
meillo@0 5
meillo@0 6 # run with
meillo@0 7 # CONFIG_SITE=/wherever/you/store/it/agenda-config.site ./configure
meillo@0 8 # or
meillo@0 9 # export CONFIG_SITE=/wherever/you/store/it/agenda-config.site
meillo@0 10 # if this is going to be a whole compilation orgy
meillo@0 11
meillo@0 12 # Modified from the one provided by Bradley D. LaRonde
meillo@0 13
meillo@0 14 # Edited by Andrej Cedilnik <acedil1@csee.umbc.edu>
meillo@0 15
meillo@0 16 # Used some of solutions by Tilman Vogel <Tilman.Vogel@web.de>
meillo@0 17
meillo@0 18 HOSTCC=gcc
meillo@0 19
meillo@0 20 # Names of the cross-compilers
meillo@0 21 CC=mipsel-linux-gcc
meillo@0 22 CXX=mipsel-linux-gcc
meillo@0 23
meillo@0 24 # The cross compiler specific options
meillo@0 25 CFLAGS="-s -mips2 -O2 -fno-exceptions"
meillo@0 26 CXXFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++"
meillo@0 27 CPPFLAGS="-s -mips2 -O2 -fno-exceptions -I/usr/mipsel-linux/include/g++"
meillo@0 28 LDFLAGS="-s -mips2"
meillo@0 29
meillo@0 30 # Some other programs
meillo@0 31 AR=mipsel-linux-ar
meillo@0 32 RANLIB=mipsel-linux-ranlib
meillo@0 33 NM=mipsel-linux-nm
meillo@0 34 ac_cv_path_NM=mipsel-linux-nm
meillo@0 35 ac_cv_func_setpgrp_void=yes
meillo@0 36 host=mipsel-linux
meillo@0 37 #prefix=/usr/mipsel-linux
meillo@0 38 x_includes=/usr/mipsel-linux/include
meillo@0 39 x_libraries=/usr/mipsel-linux/X11R6/lib
meillo@0 40
meillo@0 41 # These are for GNU shellutils
meillo@0 42 jm_cv_have_proc_uptime=yes
meillo@0 43 jm_cv_func_working_gnu_strftime=yes
meillo@0 44
meillo@0 45 # Some options for ease of compiling python
meillo@0 46 ac_cv_sizeof_int=4
meillo@0 47 ac_cv_sizeof_char=1
meillo@0 48 ac_cv_sizeof_short=2
meillo@0 49 ac_cv_sizeof_float=4
meillo@0 50 ac_cv_sizeof_double=8
meillo@0 51 ac_cv_sizeof_pthread_t=4
meillo@0 52 ac_cv_sizeof_long=4
meillo@0 53 ac_cv_sizeof_void_p=4
meillo@0 54 ac_cv_sizeof_long_long=8
meillo@0 55 ac_cv_sizeof_off_t=4
meillo@0 56 ac_cv_sizeof_fpos_t=4
meillo@0 57 ac_cv_sizeof_time_t=4
meillo@0 58
meillo@0 59 # Some other stuff nobody knows why
meillo@0 60 bad_forward=no
meillo@0 61 LDSHARED='mipsel-linux-gcc -msoft-float -shared'
meillo@0 62 ac_cv_malloc_zero=nonnull
meillo@0 63
meillo@0 64 # squeak wants this
meillo@0 65 # can't do misaligned access to doubles
meillo@0 66 ac_cv_double_align=no
meillo@0 67 # dunno what order doubles are in
meillo@0 68 ac_cv_double_order=no
meillo@0 69
meillo@0 70 ac_cv_header_wchar_h=no
meillo@0 71