repo/flex/build

9 lines
210 B
Text
Raw Permalink Normal View History

2021-07-13 22:38:00 +03:00
sed -i "/math.h/a #include <malloc.h>" src/flexdef.h
HELP2MAN=/tools/bin/true ./configure --prefix=/usr --docdir=/usr/share/doc/flex-2.6.4
2021-07-13 22:38:00 +03:00
make
make check
make install DESTDIR="$1"
2021-07-14 10:06:05 +03:00
ln -sv flex $1/usr/bin/lex