diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-08 08:17:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-08 08:17:23 +0200 |
commit | b9d3aca2cef4df6fcf5d9534e51ecd0797a12688 (patch) | |
tree | bb6c90d1601b343c18c222b1bc7dd6b3e8c920ce /package/oprofile/Makefile | |
parent | 6f247375032b7e498c7cbb965ddb7b587aafd15a (diff) |
install libiberty for oprofile
Diffstat (limited to 'package/oprofile/Makefile')
-rw-r--r-- | package/oprofile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile index f14d8c721..dbb2cf3cc 100644 --- a/package/oprofile/Makefile +++ b/package/oprofile/Makefile @@ -26,6 +26,8 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,OPROFILE,oprofile,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) TARGET_LDFLAGS+= -lpthread +CONFIGURE_ARGS+= --with-binutils-libname=binutils \ + --with-binutils=${STAGING_TARGET_DIR}/usr/lib oprofile-install: $(INSTALL_DIR) $(IDIR_OPROFILE)/usr/{bin,share} |