wok diff linux-aufs/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents d010061fa2dc
children 68cf96abc146
line diff
     1.1 --- a/linux-aufs/receipt	Thu Mar 15 15:50:34 2018 +0100
     1.2 +++ b/linux-aufs/receipt	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -18,6 +18,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	if [ ! -d fs ]; then
     1.8 +		kver=$(. ../linux/receipt ; echo $VERSION)
     1.9 +		git checkout origin/aufs${kver%.*}
    1.10 +	fi
    1.11  	sed -i \
    1.12  		-e 's|CONFIG_AUFS_BRANCH_MAX_127 =.*|CONFIG_AUFS_BRANCH_MAX_127 =|' \
    1.13  		-e 's|#CONFIG_AUFS_BRANCH_MAX_32767 =.*|CONFIG_AUFS_BRANCH_MAX_32767 = y|' \