summaryrefslogtreecommitdiffstats
path: root/libs/raptor/BUILD
blob: f3c59e605455f23de4831a541229790c870796d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OPTS="--with-xml-names=${RAPTOR_XMLVERSION}  \
      --with-www=${RAPTOR_WWWLIB}            \
      ${OPTS}"                               &&

#
# Bash likes to muck with my quoted variables for RAPTOR_LIST
# so we're going to just send it along like so
#
./configure --prefix=${INSTALL_ROOT}/usr             \
        --sysconfdir=${INSTALL_ROOT}/etc             \
     --localstatedir=${INSTALL_ROOT}/var             \
            --mandir=${INSTALL_ROOT}/usr/share/man   \
           --infodir=${INSTALL_ROOT}/usr/share/info  \
    --enable-parsers="$RAPTOR_LIST"                  \
                     $OPTS                           &&
make