diff options
-rw-r--r-- | vtun/vtun_2.6.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vtun/vtun_2.6.oe b/vtun/vtun_2.6.oe index b6079432d0..af46484314 100644 --- a/vtun/vtun_2.6.oe +++ b/vtun/vtun_2.6.oe @@ -13,7 +13,8 @@ S = "${WORKDIR}/vtun" inherit autotools do_configure() { - oe_runconf + export BLOWFISH_HDR_DIR=${STAGING_INCDIR}/openssl + oe_runconf --with-lzo-headers=${STAGING_INCDIR} --with-ssl-headers=${STAGING_INCDIR}/openssl } do_install_append() { |