diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-03 17:55:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-03 17:55:30 +0100 |
commit | 4881da11df564c8c989ade4e223b31ee8a993776 (patch) | |
tree | 91e1f07da510d5e8750643549359a119b5735491 /package/iftop/Makefile | |
parent | 22b402f8b23c5826c8bf656045129e3909e29a22 (diff) |
another bunch of musl fixes, and some libtinfo fixes
Diffstat (limited to 'package/iftop/Makefile')
-rw-r--r-- | package/iftop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/iftop/Makefile b/package/iftop/Makefile index cbe15eb62..0d50f685c 100644 --- a/package/iftop/Makefile +++ b/package/iftop/Makefile @@ -18,6 +18,8 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,IFTOP,iftop,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +TARGET_LDFLAGS+= -ltinfo + iftop-install: ${INSTALL_DIR} ${IDIR_IFTOP}/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/sbin/iftop ${IDIR_IFTOP}/usr/bin/ |