Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/locker-build

    re477a53 rdb98968  
    7575(
    7676    cd "$TMPDIR"/* || die "Unable to cd to $TMPDIR"
    77     VERS=$(perl -ne 'print $1 if m{^#define\s*OWL_VERSION_STRING\s*"([^"]+)"}' owl.h)
     77    VERS=$(perl -ne 'print $1 if m{^AC_INIT\(\[[^\]]+\],\s*\[([^\]]+)\]}' configure.ac)
    7878    test -z "$VERS" && die "Unable to detect barnowl version."
    7979
     
    8888        --prefix="/mit/barnowl/builds/barnowl-$VERS" --mandir=/mit/barnowl/man \
    8989        --program-suffix="-$VERS" \
    90         --with-zephyr --without-stack-protector \
     90        PROTECT_CFLAGS=-fno-stack-protector \
    9191        || die "configure failed"
    9292
Note: See TracChangeset for help on using the changeset viewer.