wok-current rev 2558
hydra: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 26 16:03:04 2009 +0000 (2009-03-26) |
parents | 552bde403344 |
children | 8e44b7502050 |
files | hydra/receipt |
line diff
1.1 --- a/hydra/receipt Thu Mar 26 12:36:11 2009 +0000 1.2 +++ b/hydra/receipt Thu Mar 26 16:03:04 2009 +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 }