diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-03 22:23:22 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-03 22:23:22 +0000 |
commit | 479111c9c7f7cb844cf3d663147b2bc960b73c57 (patch) | |
tree | a7e4088d2c31b9545e6dae7dfea736b8bf072e26 /package | |
parent | debe83461f0829d802f858622f502e5f1e85b9e5 (diff) | |
download | buildroot-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')
-rw-r--r-- | package/vtun/vtun.mk | 2 |
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 |