X-Git-Url: http://gitweb/?a=blobdiff_plain;f=tcpdump%2FPkgfile;h=4707d3cb03a7e68486f18302fac3d024566c6be9;hb=aef0afddc27cb548e23c53ce75633ca2e712b0d9;hp=6aaa2f2a780748ae6e6c44a2fe829deb7d177e08;hpb=128dbec32d872f4d003760422b82d8bd6a504d9e;p=attic%2Fports%2Fopt-cross.git

diff --git a/tcpdump/Pkgfile b/tcpdump/Pkgfile
index 6aaa2f2..4707d3c 100644
--- a/tcpdump/Pkgfile
+++ b/tcpdump/Pkgfile
@@ -5,23 +5,21 @@
 # Depends on: libpcap openssl
 
 name=tcpdump
-version=4.0.0
+version=4.1.1
 release=1
 source=(http://www.tcpdump.org/release/$name-$version.tar.gz)
 
 build() {
-    cd $name-$version
-    echo "ac_cv_linux_vers=2" > config.cache
-    ./configure --build=$CHOST \
-                --host=$CTARGET \
-                --prefix=/usr \
-                --mandir=/usr/man \
-                --disable-ipv6 \
-                --cache-file=config.cache
-    sed -i 's|\-I/usr/include|\-I$(CLFS)/usr/include|g' Makefile
-    sed -i 's|LDFLAGS = \-L/usr/lib|LDFLAGS = \-L$(CLFS)/usr/lib|g' Makefile
-    sed -i -e '80 d' -e '81 d' -e '82 d' print-enc.c
-    make
-    make DESTDIR=$PKG install
-    rm $PKG/usr/sbin/tcpdump.$version
+  cd $name-$version
+  echo "ac_cv_linux_vers=2" > config.cache
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man \
+              --disable-ipv6 \
+              --cache-file=config.cache
+  sed -i 's|\-I/usr/include|\-I$(CLFS)/usr/include|g' Makefile
+  make
+  make DESTDIR=$PKG install
+  rm $PKG/usr/sbin/tcpdump.$version
 }