View | Details | Raw Unified | Return to bug 191834
Collapse All | Expand All

(-)build/pkgs/pynac/spkg-install (+4 lines)
Lines 31-38 Link Here
31
31
32
build_pynac()
32
build_pynac()
33
{
33
{
34
    chmod -R g-w ${PYNACDIR}
34
    cd ${PYNACDIR}
35
    cd ${PYNACDIR}
35
    PKG_CONFIG_PATH=${SAGE_LOCAL}/lib/pkgconfig; export PKG_CONFIG_PATH
36
    PKG_CONFIG_PATH=${SAGE_LOCAL}/lib/pkgconfig; export PKG_CONFIG_PATH
37
    aclocal
38
    automake --add-missing
39
    autoconf
36
    ./configure --disable-static --prefix=${SAGE_LOCAL} --libdir="$SAGE_LOCAL/lib"
40
    ./configure --disable-static --prefix=${SAGE_LOCAL} --libdir="$SAGE_LOCAL/lib"
37
    $MAKE
41
    $MAKE
38
    if [ $? -ne 0 ]; then
42
    if [ $? -ne 0 ]; then

Return to bug 191834