wok diff atm-tools/receipt @ rev 4200

atm-tools: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 23 21:35:45 2009 +0200 (2009-09-23)
parents c92b90a14744
children f4fd0777003f
line diff
     1.1 --- a/atm-tools/receipt	Thu Feb 19 10:16:00 2009 +0000
     1.2 +++ b/atm-tools/receipt	Wed Sep 23 21:35:45 2009 +0200
     1.3 @@ -15,6 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	busybox patch -p0 < ../stuff/MAX_PATH.u
     1.8  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.9  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.10  	make &&