diff options
Diffstat (limited to 'package/tinc/Makefile')
-rw-r--r-- | package/tinc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tinc/Makefile b/package/tinc/Makefile index 3825cadcc..cad495fbe 100644 --- a/package/tinc/Makefile +++ b/package/tinc/Makefile @@ -19,8 +19,8 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,TINC,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_ARGS+= --with-kernel=${LINUX_DIR} \ - --with-zlib=${STAGING_DIR}/usr/ \ - --with-lzo-include=${STAGING_DIR}/usr/include/lzo + --with-zlib=${STAGING_TARGET_DIR}/usr/ \ + --with-lzo-include=${STAGING_TARGET_DIR}/usr/include/lzo post-install: ${INSTALL_DIR} ${IDIR_TINC}/usr/sbin |