wok diff hydra/receipt @ rev 6281

Up: lvm2 to 2.02.73.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Sep 15 12:20:41 2010 +0000 (2010-09-15)
parents be4b9618ea05
children 94e5dc505aa0
line diff
     1.1 --- a/hydra/receipt	Mon Mar 16 22:05:40 2009 +0000
     1.2 +++ b/hydra/receipt	Wed Sep 15 12:20:41 2010 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="THC password cracker for FTP, HTTP, HTTPS, SMB, etc."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ openssl xorg-libXdamage"
     1.7 -BUILD_DEPENDS="openssl-dev libpostgresqlclient"
     1.8 +BUILD_DEPENDS="openssl-dev"
     1.9  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    1.10  WEB_SITE="http://freeworld.thc.org/thc-hydra"
    1.11  WGET_URL="http://freeworld.thc.org/releases/$TARBALL"
    1.12 @@ -20,6 +20,7 @@
    1.13  		--prefix=/usr \
    1.14  		$CONFIGURE_ARGS
    1.15  	sed -i s/'cp -v'/'cp'/ hydra-gtk/make_xhydra.sh
    1.16 +	sed -i -e 's/ -DLIBPOSTGRES$//' -e 's/ -lpq / /' Makefile
    1.17  	make
    1.18  	[ -f hydra ]
    1.19  }