summaryrefslogtreecommitdiff
path: root/community/driftnet/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-01-07 23:48:27 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-01-07 23:48:27 +0100
commita9dea3be54150dd7aacef235d86ad62b547c718c (patch)
treeb01a171ab71dbf5204c3bdc6914cffdd58622298 /community/driftnet/PKGBUILD
parent74d2f6ecbd25e398d8e618b1ba3b8b1df8baefe5 (diff)
Rebuilds for lib32.
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() {