|
|
# passing --without-psql or --with-psql causes postgres to be enabled ... | # passing --without-psql or --with-psql causes postgres to be enabled ... |
# it's a broken configure.in file ... so lets just work around it | # it's a broken configure.in file ... so lets just work around it |
local myconf="" | local myconf="" |
use postgres && myconf="--with-psql" |
use postgres && myconf="$myconf --with-psql" |
|
use crypt && myconf="$myconf --with-gcrypt" |
| |
econf \ | econf \ |
`use_with zlib` \ | `use_with zlib` \ |
`use_with nls locale` \ | `use_with nls locale` \ |
`use_with crypt gcrypt` \ |
|
--with-mhash \ | --with-mhash \ |
--sysconfdir=/etc/aide \ | --sysconfdir=/etc/aide \ |
--with-extra-lib=/usr/lib \ | --with-extra-lib=/usr/lib \ |