Displaying 1 result from an estimated 1 matches for "40c20f96".
2007 Aug 07
1
Best way to change PACKAGE_STRING & VERSION_STRING
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