git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19dfee1
)
Merge bk://openembedded@openembedded.bkbits.net/packages
author
Bruno Randolf
<br1@subnet.at>
Mon, 18 Oct 2004 11:19:32 +0000
(11:19 +0000)
committer
Bruno 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
patch
|
blob
|
history
diff --git
a/vtun/vtun_2.6.oe
b/vtun/vtun_2.6.oe
index
b607943
..
af46484
100644
(file)
--- 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() {