wok-6.x diff libpcap/receipt @ rev 21619
gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 25 14:09:45 2019 +0300 (2019-05-25) |
parents | e4cda1000ec7 |
children | 3601f83e0645 |
line diff
1.1 --- a/libpcap/receipt Sun Mar 09 16:31:15 2014 +0100 1.2 +++ b/libpcap/receipt Sat May 25 14:09:45 2019 +0300 1.3 @@ -9,7 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.tcpdump.org/" 1.6 WGET_URL="http://www.tcpdump.org/release/$TARBALL"; 1.7 -HOST_ARCH="i468 arm" 1.8 +HOST_ARCH="i486 arm" 1.9 1.10 DEPENDS="libnl" 1.11 BUILD_DEPENDS="flex bison"