summaryrefslogtreecommitdiff
path: root/iftop
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-08-01 17:15:18 +0000
committerJuergen Daubert <jue@jue.li>2020-08-01 17:15:18 +0000
commit898fc56b3e8c8244b5c546396d3bed69b586c4b8 (patch)
treeebe5b0b6609854336cd8f1f60e5414955e1756d2 /iftop
parent4f0547b52a9897dfac595c9148d966572dd23adf (diff)
downloadopt-898fc56b3e8c8244b5c546396d3bed69b586c4b8.tar.gz
opt-898fc56b3e8c8244b5c546396d3bed69b586c4b8.tar.xz
iftop: fix build with gcc 10.x
Diffstat (limited to 'iftop')
-rw-r--r--iftop/.signature4
-rw-r--r--iftop/Pkgfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/iftop/.signature b/iftop/.signature
index f7d0f7d7e..06c562fe6 100644
--- a/iftop/.signature
+++ b/iftop/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/RbCZof04xtNgCdFPsVTboT48DMgR16fW3ydiH9TIma9dCtfILvKDVTsK3sqdTqovlqgChGNhdO3uk0aIfgZtAs=
-SHA256 (Pkgfile) = 043760184fa1eb23efde3ca46a19128ba0eabfa3698cf2618ea750b89e5ef10a
+RWSE3ohX2g5d/RHiO9HG05q8rH+hosFw2zCXFn1BE+MRtrbfxziyd5GVxgscjGyEAO4yRASejpRkTGluzPi87tti74g6u1D/SgA=
+SHA256 (Pkgfile) = 3d3d385f865ef9492e5543fd38ba0d26e470d3f3cce8d04d27c1ccef729f9542
SHA256 (.footprint) = 259f94be5b2e913090b8aac0e0ef4c7db5cdd326d5156076d8190530b2738a31
SHA256 (iftop-1.0pre4.tar.gz) = f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97
diff --git a/iftop/Pkgfile b/iftop/Pkgfile
index 340bcaae2..53d379a1d 100644
--- a/iftop/Pkgfile
+++ b/iftop/Pkgfile
@@ -11,6 +11,6 @@ source=(http://www.ex-parrot.com/~pdw/iftop/download/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
- make iftop
+ make CFLAGS+=" -fcommon" iftop
make DESTDIR=$PKG install
}

Generated by cgit