From: Bruno Randolf Date: Mon, 18 Oct 2004 11:19:32 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~16564 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41b4ff66eddbf8fc1a4d9e66b70170b6d37a78d4;p=openembedded.git 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 --- 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() {