summaryrefslogtreecommitdiffstats
path: root/package/vtun
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-03 22:23:22 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-03 22:23:22 +0000
commit479111c9c7f7cb844cf3d663147b2bc960b73c57 (patch)
treea7e4088d2c31b9545e6dae7dfea736b8bf072e26 /package/vtun
parentdebe83461f0829d802f858622f502e5f1e85b9e5 (diff)
downloadbuildroot-novena-479111c9c7f7cb844cf3d663147b2bc960b73c57.tar.gz
buildroot-novena-479111c9c7f7cb844cf3d663147b2bc960b73c57.zip
vtun: provide correct location for lzo headers
Patch by Robert Urban <urban@unix-beratung.de>
Diffstat (limited to 'package/vtun')
-rw-r--r--package/vtun/vtun.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vtun/vtun.mk b/package/vtun/vtun.mk
index 152ab9943..596e8599a 100644
--- a/package/vtun/vtun.mk
+++ b/package/vtun/vtun.mk
@@ -50,7 +50,7 @@ $(VTUN_DIR)/.configured: $(VTUN_DIR)/.patched
--mandir=/usr/man \
--infodir=/usr/info \
--with-ssl-headers=$(STAGING_DIR)/usr/include/openssl \
- --with-lzo-headers=$(STAGING_DIR)/usr/include \
+ --with-lzo-headers=$(STAGING_DIR)/usr/include/lzo \
--with-lzo-lib=$(STAGING_DIR)/usr/lib \
)
touch $(VTUN_DIR)/.configured