summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-12-01 12:34:41 +0000
committerJeroen Roovers <jer@gentoo.org>2014-12-01 12:34:41 +0000
commit4f38e5ec2f5f05a24dad4234d85b5690f1e98d39 (patch)
treec24acaee4e23312077c5b55e3d49629d954fdada /sys-process/atop/files
parentBackport patch from upstream to solve a hang wrt bug #521992. (diff)
downloadgentoo-2-4f38e5ec2f5f05a24dad4234d85b5690f1e98d39.tar.gz
gentoo-2-4f38e5ec2f5f05a24dad4234d85b5690f1e98d39.tar.bz2
gentoo-2-4f38e5ec2f5f05a24dad4234d85b5690f1e98d39.zip
Fix building against sys-libs/ncurses[tinfo] (bug #531326).
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-process/atop/files')
-rw-r--r--sys-process/atop/files/atop-2.1-build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/atop/files/atop-2.1-build.patch b/sys-process/atop/files/atop-2.1-build.patch
index 530b8996f076..8a1fb76cbf62 100644
--- a/sys-process/atop/files/atop-2.1-build.patch
+++ b/sys-process/atop/files/atop-2.1-build.patch
@@ -14,7 +14,7 @@
atop: atop.o $(ALLMODS) Makefile
- $(CC) atop.o $(ALLMODS) -o atop -lncurses -lz -lm -lrt $(LDFLAGS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) atop.o $(ALLMODS) -o atop -lncurses -lz -lm -lrt
++ $(CC) $(CFLAGS) $(LDFLAGS) atop.o $(ALLMODS) -o atop $(shell ${PKG_CONFIG} --libs ncurses) -lz -lm -lrt
atopsar: atop
ln -sf atop atopsar