wok diff udns/receipt @ rev 4215

fcgi: build fix build with gcc 4.x
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Sep 24 10:06:40 2009 +0000 (2009-09-24)
parents ffe319269070
children 3115c291f303
line diff
     1.1 --- a/udns/receipt	Mon Feb 02 20:57:49 2009 +0000
     1.2 +++ b/udns/receipt	Thu Sep 24 10:06:40 2009 +0000
     1.3 @@ -21,7 +21,8 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/lib $fs/usr/bin
     1.6  	cp -a $src/libudns.so.0 $fs/usr/lib
     1.7 +	ln -s /usr/lib/libudns.so.0 $fs/usr/lib/libudns.so
     1.8  	cp -a $src/dnsget_s $fs/usr/bin/dnsget
     1.9 -	cp -a $stc/rblcheck_s $fs/usr/bin/rblcheck
    1.10 +	cp -a $src/rblcheck_s $fs/usr/bin/rblcheck
    1.11  }
    1.12