Imported Upstream version 2.4.3
[platform/upstream/audit.git] / INSTALL.tmp
1 To build the package, try this: rpmbuild --rebuild audit-1.7.5-1.src.rpm
2 substituting the proper version.
3
4 If you insist on doing it the hard way:
5 ./configure --sbindir=/sbin --with-python=yes --with-libwrap --enable-gssapi-krb5=yes --with-libcap-ng=yes
6 make
7 make install
8
9 If you want to do this from a svn copy, precede the above with:
10 ./autogen.sh
11