aboutsummaryrefslogtreecommitdiff
path: root/core/flex/build
blob: c0aa126049a58d4d4db68177717c81ed64cb2ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --disable-static \
    --enable-shared \
    ac_cv_func_malloc_0_nonnull=yes \
    ac_cv_func_realloc_0_nonnull=yes

make
make DESTDIR="$1" install