wok-next diff lzma/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents e7a485521d6a
children
line diff
     1.1 --- a/lzma/receipt	Tue Aug 07 00:30:45 2018 +0300
     1.2 +++ b/lzma/receipt	Mon Jun 29 17:11:21 2020 +0100
     1.3 @@ -12,18 +12,11 @@
     1.4  WGET_URL="$SF_MIRROR/sevenzip/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="zlib-dev"
     1.7 -SPLIT="lzma lzlib lzlib-dev"
     1.8 +SPLIT="lzlib lzlib-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	cd CPP/7zip/Compress/LZMA_Alone
    1.12  
    1.13 -	# Handle cross compilation
    1.14 -	case "$ARCH" in
    1.15 -		arm)
    1.16 -			sed -i s'/g++/arm-slitaz-linux-gnueabi-c++/' makefile.gcc
    1.17 -			sed -i s'/gcc/arm-slitaz-linux-gnueabi-gcc/' makefile.gcc ;;
    1.18 -	esac
    1.19 -
    1.20  	# Remove copyright message.
    1.21  	sed '/MY_VERSION_COPYRIGHT_DATE/d' -i LzmaAlone.cpp
    1.22