On Sun, Jan 23, 2011 at 06:56:09PM -0800, Walter Pinto wrote:
> make makefiles \
> CCARGS='-fPIC -DUSE_TLS -DUSE_SSL \
> -DHAS_MYSQL -I/usr/include/mysql -DPREFIX=\"/usr\" \
> -DSNAPSHOT -I/usr/include/openssl \
> -I/usr/include' \
> AUXLIBS='-L/usr/lib64 -L/usr/lib/openssl -lssl -lcrypto \
> -lz -lm -L/usr/lib64/mysql -lmysqlclient -lz -lm \
> -Wl,-rpath,/usr/lib/openssl -pie -Wl,-z,relro' \
> OPT='-O' \
> DEBUG='-g'
>
> Done. The new package has been saved to
>
> /usr/src/redhat/RPMS/x86_64/postfix-2.8.0-1.x86_64.rpm
> You can install it in your system anytime using:
A Postfix RPM needs to:
- Not overwrite locally-modifiable files in /etc/postfix, as
specified in postfix-files
- As a post-install action upgrade permissions and configuration
files via:
# postfix set-permissions upgrade-configuration
If your RPM does not do this, you should consider using one of the SRPM
packages maintained by one of the usual suspects.
--
Viktor.