Displaying 3 results from an estimated 3 matches for "buildver".
Did you mean:
builder
2007 Mar 20
1
a <blush> build/install question
...er to the target production machine, where I
had planned to reference these essential DC files, dovecot itself,
dovecot.conf, etc through links, like this:
(while resident in the build directory which has been NFS imported onto
the production target machine)
> cp -p ./sbin/dovecot /usr/sbin/$buildver.dovecot
> ln -sf /usr/sbin/$buildver.dovecot /usr/sbin/dovecot
>
> cp -p ./etc/dovecot-example.conf /etc/dovecot-example.$buildver.conf
>
> cp -p ./libexec/dovecot/imap /usr/libexec/$buildver.imap
> ln -sf /usr/libexec/$buildver.imap /usr/libexec/imap
>
> cp -p ./libexec/dov...
2004 Nov 28
2
Asterisk/linux 2.6.9 kernel build failure
Has anyone successfully built Asterisk with linux 2.6.9 kernel? It fails
in my zaptel build trying to find a Makefile in the
/lib/modules/2.6.9/build directory - thanks.
2004 May 14
0
SuSE & Zaptel Compilation errors
...p; echo
"-DMODVERSIONS -include $(KINCLUDES)/linux/modversions.h")
KFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-msoft-float
-fsigned-char"; fi)
#
# Features are now configured in zconfig.h
#
#
KFLAGS+=-DSTANDALONE_ZAPATA
CFLAGS+=-DSTANDALONE_ZAPATA
INSTALL_PREFIX=
BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo
"linux24"; fi)
MODCONF=$(shell if [ -d $(INSTALL_PREFIX)/etc/modprobe.d ]; then echo
"$(INSTALL_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d
$(INSTALL_PREFIX)/etc/modutils ]; then echo
"$(INSTALL_...