wok diff partimage-pam/receipt @ rev 12824

linux: add ARM patch, improve receipt
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 22 11:26:32 2012 +0200 (2012-05-22)
parents 7b13b3b4b836
children 380ffe05937a
line diff
     1.1 --- a/partimage-pam/receipt	Sun May 08 09:40:48 2011 +0000
     1.2 +++ b/partimage-pam/receipt	Tue May 22 11:26:32 2012 +0200
     1.3 @@ -17,6 +17,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/gzFile \*m_gzImageFile/gzFile m_gzImageFile/' src/client/imagefile.h
     1.8 +	sed -i 's/(gzFile \*) gzdopen/gzdopen/' src/client/imagefile.cpp
     1.9  	./configure --prefix=/usr --enable-pam \
    1.10  	 --sysconfdir=/etc \
    1.11  	 --infodir=/usr/share/info \