|
|
autoconf || die "configure problem" | autoconf || die "configure problem" |
| |
local myconf=" | local myconf=" |
$(use_with ipv6) |
$(use_with berkdb berkeley-db) |
$(use_with berkdb berkely-db) |
|
$(use_with ssl openssl) | $(use_with ssl openssl) |
--enable-shared" | --enable-shared" |
| |
|
|
| |
#use ldap && myconf="${myconf} --with-open-ldap=/usr" | #use ldap && myconf="${myconf} --with-open-ldap=/usr" |
| |
|
use ipv6 && myconf="${myconf} --with-ipv6" || myconf="${myconf} --without-ipv6" |
|
|
econf ${myconf} || die "econf failed" | econf ${myconf} || die "econf failed" |
| |
emake prefix=/usr \ | emake prefix=/usr \ |