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/procps | |
parent | 22b402f8b23c5826c8bf656045129e3909e29a22 (diff) |
another bunch of musl fixes, and some libtinfo fixes
Diffstat (limited to 'package/procps')
-rw-r--r-- | package/procps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/procps/Makefile b/package/procps/Makefile index ac309c63d..dd5f1139c 100644 --- a/package/procps/Makefile +++ b/package/procps/Makefile @@ -19,6 +19,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,PROCPS,procps,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIG_STYLE:= manual +TARGET_LDFLAGS+= -ltinfo procps-install: ${INSTALL_DIR} ${IDIR_PROCPS}/{bin,sbin,usr/bin} |