repo/core/flex/build

12 lines
184 B
Plaintext
Raw Normal View History

2019-05-18 16:06:11 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes
make
make DESTDIR="$1" install
2020-05-29 10:45:19 +00:00
ln -s flex "$1/usr/bin/lex"