Still Confused...Building Port w/ Options

Rachel Florentine rachel_florentine at yahoo.com
Tue Nov 14 12:52:46 PST 2006


9275Hi;
I tried to issue a command to build openldap with env and options and it didn't work. I tried it broken up in lines as below and as one long line. Please help me understand what I'm doing wrong:


MAKE_ENV = {
        'openldap23-server' => [
'CC=gcc CPPFLAGS="-I/usr/local/include/openssl/" \
LDFLAGS="-L/usr/local/lib/"'
        ],
      }
MAKE_ARGS = {
        'openldap23-server' => 'CONFIGURE_ARGS+= \
    --localstatedir=/var/run/slapd \
    --enable-spasswd \ 
    --enable-modules \ 
    --enable-shared \
    --enable-dynamic \
    --with-tls \
    --with-cyrus-sasl \
    --enable-bdb \
    --disable-slapd \
    --enable-openssl \
    --enable-monitor \
    --enable-proxycache \
    --enable-unique \
    --enable-ppolicy \
    --enable-accesslog \
    --disable-cleartext',
  }

TIA,
Rachel





More information about the freebsd-ports mailing list