Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=236aa207498540bee361ef7aa29ed578d97767cd
commit 236aa207498540bee361ef7aa29ed578d97767cd Author: crazy <[email protected]> Date: Fri Jan 26 23:23:19 2018 +0100 flex-2.6.4-2-x86_64 * rebuild with tc * added backport patches from github to fix the build diff --git a/source/devel/flex/FrugalBuild b/source/devel/flex/FrugalBuild index 11e4684..5bfacda 100644 --- a/source/devel/flex/FrugalBuild +++ b/source/devel/flex/FrugalBuild @@ -3,33 +3,41 @@ pkgname=flex pkgver=2.6.4 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for generating text-scanning programs" -depends=('glibc>=2.25-5' 'bash>=4.3_042-6') -makedepends=('help2man' 'lib32-bison>=3.0.4-4') +depends=('glibc>=2.26.9000-3' 'bash>=4.4.12-4') +makedepends=('help2man' 'lib32-bison>=3.0.4-5' 'bison>=3.0.4-5') groups=('devel' 'devel-core') archs=("x86_64") _F_github_author="westes" _F_github_tag_v=y F32confopts+=" --libdir=/usr/lib32 --bindir=/usr/i686-frugalware-linux/bin --includedir=/usr/i686-frugalware-linux/include" Finclude github cross32 -source+=(lex) +source+=(lex \ + https://github.com/westes/flex/commit/24e73c4446841eda8d4ea01298e887059e8c1472.patch \ + https://github.com/westes/flex/commit/24fd0551333e7eded87b64dd36062da3df2f6380.patch) sha1sums=('8cff709125b73447b1a4f24b4e8302cd11388cf5' \ - '76701388d28fe8b1fb269c79c11a1316a02b4e46') + '76701388d28fe8b1fb269c79c11a1316a02b4e46' \ + 'f058339fc6271575f27207114698d01e04d8dc16' \ + 'c7aa7e0d1fec656c9585cfcc286a06573fa3951c') options+=('static') subpkgs=("lib32-${pkgname}") subdescs=("$pkgdesc ( 32bit )") -subdepends=("lib32-glibc>=2.25-5") +subdepends=("glibc>=2.26.9000-3") subgroups=('lib32-extra') subarchs=("x86_64") +_Fbuild_no_patch="yes" + build() { unset MAKEFLAGS Fcd + Fpatchall + Fautoreconf Fcross32_common_build Fcross32_delete_empty @@ -40,7 +48,6 @@ build() Fsplit "${subpkgs[0]}" /\* - Fpatchall Fmake #Fexec make check || Fdie Fmakeinstall _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
