[Dovecot] Best way to change PACKAGE_STRING & VERSION_STRING

David Favor david at davidfavor.com
Tue Aug 7 15:58:08 EEST 2007


Let me know the best way to change the source tree
to add in a time to be output from 'dovecot --version'.

I've tried the following with no success:

mkdir -p /build/work/dovecot-1.1alpha2
cd /build/work/dovecot-1.1alpha2
export LDFLAGS='-L/common/pkgs/sqlite-3.4.1.1/lib64 -R/common/pkgs/sqlite-3.4.1.1/lib64'
export PACKAGE_STRING='dovecot 1.1alpha2-2007-08-07'
export PACKAGE_VERSION='1.1alpha2-2007-08-07'
export CPPFLAGS='-pipe -O2 -I/common/pkgs/sqlite-3.4.1.1/include'
unset CDPATH
make distclean
./configure --prefix=/common/pkgs/dovecot-1.1alpha2 --disable-nls --disable-ipv6 --with-db 
--with-sql=plugin --with-sqlite --with-mysql --with-postgresql --with-ssl=openssl 
--with-ssldir=/etc/pki/dovecot --with-notify=inotify --with-ioloop=epoll --without-vpopmail 
--with-ldap=plugin --without-gssapi
make -e
make check
rm -rf /common/pkgs/dovecot-1.1alpha2
make install

Thanks.

-- 
Like feeling your best ever, all day, every day?
Email join at RadicalHealth.com for the easy way.


More information about the dovecot mailing list