Merge bk://openembedded@openembedded.bkbits.net/packages
authorBruno Randolf <br1@subnet.at>
Mon, 18 Oct 2004 11:19:32 +0000 (11:19 +0000)
committerBruno Randolf <br1@subnet.at>
Mon, 18 Oct 2004 11:19:32 +0000 (11:19 +0000)
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

index b607943..af46484 100644 (file)
@@ -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() {