diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-03-09 20:59:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-03-09 20:59:00 +0100 |
commit | 7744992874e623136797febd669b5b40e0a18178 (patch) | |
tree | 39bb948e06271e76586906c60466be421120ff55 /package/libtorrent/Makefile | |
parent | 4a619c92b7a63e852a019186ece93a76eeea4acf (diff) | |
parent | 2261e8e2b3cda815ac79bd934756b94a3fa67fe5 (diff) |
Merge branch 'master' of git://www.openadk.org/git/openadk
Diffstat (limited to 'package/libtorrent/Makefile')
-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 |