diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-04 16:30:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-04 16:30:40 +0100 |
commit | 911a8d67bf979a65bfa3246f5c789588f3fc6bd6 (patch) | |
tree | fdb3e3e7c07df020f952aa56b2d2df00c1f07afd /package/libtorrent | |
parent | a709ebc3f96b3d00f3694468c1e3812d4fb0779e (diff) |
resolve various build failures
Diffstat (limited to 'package/libtorrent')
-rw-r--r-- | package/libtorrent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libtorrent/Makefile b/package/libtorrent/Makefile index 551fcf520..9ea8b22a2 100644 --- a/package/libtorrent/Makefile +++ b/package/libtorrent/Makefile @@ -21,6 +21,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_ARGS+= --enable-aligned +TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib64 libtorrent-install: ${INSTALL_DIR} ${IDIR_LIBTORRENT}/usr/lib |