diff options
Diffstat (limited to 'recipe.d/0004-flex')
-rw-r--r-- | recipe.d/0004-flex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipe.d/0004-flex b/recipe.d/0004-flex new file mode 100644 index 0000000..56df525 --- /dev/null +++ b/recipe.d/0004-flex @@ -0,0 +1,5 @@ + mcd $BUILDDIR/flex + $SRC/flex-*/configure $TCONFIGARGS --disable-dependency-tracking + make $J -k + make $J -k install + |