wok-next diff flex/receipt @ rev 21040

mariadb 10.3.10 (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 09:48:29 2018 +0200 (2018-11-09)
parents 360e5b4f243b
children 11ce8ed30848
line diff
     1.1 --- a/flex/receipt	Fri Aug 31 01:44:51 2018 +0300
     1.2 +++ b/flex/receipt	Fri Nov 09 09:48:29 2018 +0200
     1.3 @@ -3,8 +3,8 @@
     1.4  PACKAGE="flex"
     1.5  VERSION="2.6.4"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Flex is a fast lexical analyser generator"
     1.8 -MAINTAINER="pankso@slitaz.org"
     1.9 +SHORT_DESC="Fast lexical analyser generator"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="BSD"
    1.12  WEB_SITE="https://github.com/westes/flex"
    1.13  LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/flex.html"
    1.14 @@ -13,17 +13,11 @@
    1.15  WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL"
    1.16  TARBALL_MD5="2882e3179748cc9f9c23ec593d6adc8d"
    1.17  
    1.18 -BUILD_DEPENDS="bison gettext help2man indent"
    1.19 +BUILD_DEPENDS="bison gettext-dev help2man indent"
    1.20  
    1.21 -SPLIT="libflex flex"
    1.22 +SPLIT="libflex $PACKAGE"
    1.23  
    1.24  compile_rules() {
    1.25 -	case "$ARCH" in
    1.26 -		arm*)
    1.27 -			export ac_cv_func_malloc_0_nonnull=yes
    1.28 -			export ac_cv_func_realloc_0_nonnull=yes
    1.29 -	esac
    1.30 -
    1.31  	# Fix a problem introduced with glibc-2.26
    1.32  	sed -i "/math.h/a #include <malloc.h>" src/flexdef.h
    1.33