summaryrefslogtreecommitdiff
path: root/community/driftnet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/driftnet/PKGBUILD')
-rw-r--r--community/driftnet/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/driftnet/PKGBUILD b/community/driftnet/PKGBUILD
index ab64be823..711a6e5d3 100644
--- a/community/driftnet/PKGBUILD
+++ b/community/driftnet/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=driftnet
pkgver=0.1.6
-pkgrel=5
+pkgrel=5.1
pkgdesc="Listens to network traffic and picks out images from TCP streams it observes."
arch=('i686' 'x86_64' 'mips64el')
url=('http://www.ex-parrot.com/~chris/driftnet/')
@@ -16,7 +16,8 @@ md5sums=('8e11d77770452f97bb3c23f510489815')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make LDFLAGS=""
+ sed -i 's/-lungif/-lgif/' Makefile
+ make
}
package() {