wok diff linux-cloop/receipt @ rev 21720

updated ptlib and ptlib-dev (2.6.5 -> 2.10.11)
author Hans-G?nter Theisgen
date Wed Jun 12 14:43:00 2019 +0100 (2019-06-12)
parents 708b5293dd29
children 36e9a3dcd5de
line diff
     1.1 --- a/linux-cloop/receipt	Thu Mar 15 11:24:25 2018 +0100
     1.2 +++ b/linux-cloop/receipt	Wed Jun 12 14:43:00 2019 +0100
     1.3 @@ -19,9 +19,9 @@
     1.4  
     1.5  compile_rules()
     1.6  {
     1.7 -#	patch -p0 < $stuff/cloop.u
     1.8 -cp $stuff/cloop.h.v4.knx.P1 cloop.h
     1.9 -cp $stuff/cloop.c.v4.knx.P1 cloop.c
    1.10 +	patch -p0 < $stuff/cloop.u	# 3.2.98
    1.11 +	sed -i	-e 's|file->f_path.mnt, file->f_path.dentry|\&file->f_path|' \
    1.12 +		-e 's|bvec->|bvec.|g;s|*bvec|bvec|' cloop.c
    1.13  	make KERNEL_DIR="/usr/src/linux" cloop.ko && xz cloop.ko
    1.14  }
    1.15