From: Peter Korsgaard Date: Tue, 3 Mar 2009 22:23:22 +0000 (-0000) Subject: vtun: provide correct location for lzo headers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=479111c9c7f7cb844cf3d663147b2bc960b73c57;p=buildroot.git vtun: provide correct location for lzo headers Patch by Robert Urban --- diff --git a/package/vtun/vtun.mk b/package/vtun/vtun.mk index 152ab99433..596e8599af 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