Ticket #43436: dovecot2-dynamic-only.diff

File dovecot2-dynamic-only.diff, 691 bytes (added by neverpanic (Clemens Lang), 10 years ago)
  • Portfile

     
    5353configure.args      --sysconfdir=${prefix}/etc \
    5454                    --localstatedir=${prefix}/var \
    5555                    --with-ssl=openssl \
    56                     --with-ssldir=${prefix}/etc/ssl
     56                    --with-ssldir=${prefix}/etc/ssl \
     57                    --enable-shared \
     58                    --disable-static \
     59                    --with-shared-libs
    5760
    5861# Do not build with kqueue or poll support prior to Darwin 10.7.0 (Mac OS X 10.6)
    5962if {${os.platform} eq "darwin" && [vercmp ${os.version} 10.7.0] < 0} {