# libpcap/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.32 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.42 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.42 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.45 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.73 minutes) - ThinkPad W530 i7 4x2 32GB RAM using a 64-bit kernel and 32-bit distro 00.02 hours (or 001.38 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] license = See "license*.txt" in installed tree licfile = LICENSE tmpsize = 7M #--------------------------------------------------------------------- [depends] actools bison3 flex grep libnl #--------------------------------------------------------------------- [configure] bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST #--------------------------------------------------------------------- [build] INCDIR=$PKGDIR_PROD/include LIBDIR=$PKGDIR_PROD/lib MANDIR=$PKGDIR_PROD/man/man3 mkdir -p $INCDIR $LIBDIR $MANDIR sed \ -e "s|^CCOPT = -O2|& -fPIC|" \ -e "s|^RANLIB *=.*|RANLIB = touch|" \ -e "/^.*ar rc .@.*OBJ.*LIBS/d" \ -i Makefile make shared make install-shared make install cd $INCDIR mkdir -p net cd net echo "#include " > bpf.h cd $LIBDIR rm libpcap.a #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/libpcap url_home = http://www.tcpdump.org/ url_lfs = n/a url_tarball = http://www.tcpdump.org/release/libpcap-1.10.5.tar.gz #--------------------------------------------------------------------- [history] 170514 Updated from 1.7.4 to 1.8.1 210610 Updated to 1.10.1 230103 Updated to 1.10.2 230114 Updated to 1.10.3 230408 Updated to 1.10.4 240831 Updated to 1.10.5