summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-18 14:26:07 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-18 14:26:07 +0200
commitaa54582932b81273cc85827ae6a0e0dfbf3cd896 (patch)
tree03fb93e35376086126fcb1c4658f2676738dd020 /vars
parentc46e827e48083599e986e986e822f2b4a339b468 (diff)
downloadmidipix_build-aa54582932b81273cc85827ae6a0e0dfbf3cd896.tar.bz2
midipix_build-aa54582932b81273cc85827ae6a0e0dfbf3cd896.tar.xz
vars/build.vars: adds flex v2.6.4 (via Redfoxmoon.)
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars6
1 files changed, 5 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 4cc41efa..3e05ec91 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -588,7 +588,7 @@ LEAF_PACKAGES_MAKEFLAGS_INSTALL="DESTDIR=${PREFIX_NATIVE}";
LEAF_PACKAGES_PACKAGES="
apk_tools aria2 bash bc bdwgc bind bison chicken clang_host coreutils cparser cron dash datamash diffutils
dos2unix dropbear ed figlet file findutils gawk git gnupg grep hexcurse htop inetutils infounzip infozip
-irssi john ldns less lighttpd lunix lynx make man_db mc mksh mtr m4 nano netcat nginx openlitespeed openssh p7zip
+irssi john ldns less lighttpd flex lunix lynx make man_db mc mksh mtr m4 nano netcat nginx openlitespeed openssh p7zip
pacman patch patchutils perl procps_ng python3 qpdf rsync ruby rxvt_unicode sed smallbasic socat st tar tcsh
the_silver_searcher tmux toilet util_linux vim weechat wget which whois xeyes xwd zsh";
LEAF_PACKAGES_PREFIX="${PREFIX_NATIVE}";
@@ -762,6 +762,10 @@ LEAF_PACKAGES_PREFIX="${PREFIX_NATIVE}";
: ${PKG_LIGHTTPD_VERSION:=1.4.45};
: ${PKG_LIGHTTPD_URL:=http://download.lighttpd.net/lighttpd/releases-${PKG_LIGHTTPD_VERSION%.*}.x/lighttpd-${PKG_LIGHTTPD_VERSION}.tar.xz};
: ${PKG_LIGHTTPD_ENV_VARS_EXTRA:="PCRECONFIG=${PREFIX_NATIVE}/bin/pcre-config"};
+: ${PKG_FLEX_SHA256SUM:=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995};
+: ${PKG_FLEX_VERSION:=2.6.4};
+: ${PKG_FLEX_URL:=https://github.com/westes/flex/releases/download/v${PKG_FLEX_VERSION}/flex-${PKG_FLEX_VERSION}.tar.gz};
+: ${PKG_FLEX_CONFIGURE_ARGS_EXTRA:=--disable-libfl};
: ${PKG_LUNIX_URLS_GIT:=lunix=https://github.com/Redfoxmoon3/lunix.git@master};
: ${PKG_LUNIX_SUBDIR:=lunix};
: ${PKG_LUNIX_BUILD_DIR:=lunix};