aboutsummaryrefslogtreecommitdiff
path: root/core/flex/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:27:59 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:27:59 +0300
commitf5d31759ce619389757161363f37da13426045ad (patch)
tree69828b210456fca34aef0d87b233e871c311d03b /core/flex/build
parent03423e0583057cbe5a16f8439183e2dbc0e8dd7c (diff)
downloadrepository-f5d31759ce619389757161363f37da13426045ad.tar.gz
add flex
Diffstat (limited to 'core/flex/build')
-rwxr-xr-xcore/flex/build11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/flex/build b/core/flex/build
new file mode 100755
index 00000000..c0aa1260
--- /dev/null
+++ b/core/flex/build
@@ -0,0 +1,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