From 41b4ff66eddbf8fc1a4d9e66b70170b6d37a78d4 Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Mon, 18 Oct 2004 11:19:32 +0000 Subject: [PATCH] Merge bk://openembedded@openembedded.bkbits.net/packages into null.(none):/data/mtx/oe/oe.write/packages 2004/10/18 13:19:08+02:00 (none)!br1 vtun: set header directories right BKrev: 4173a6c4Fh-TrsnvTn4Lb-k3hH3iwQ --- vtun/vtun_2.6.oe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { -- 2.39.5