forked from alnux/repo
8 lines
210 B
Text
Executable file
8 lines
210 B
Text
Executable file
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
|
|
|
|
make
|
|
make check
|
|
make install DESTDIR="$1"
|
|
ln -sv flex $1/usr/bin/lex
|
|
|