update lzo, and openvpn to latest versions, fix vtun and tinc for lzo2
[openwrt/svn-archive/archive.git] / net / vtun / Makefile
index 270e56cbdd4b525276d6b4ab199681938cf66720..0f5c90a81a507b46a1090cc80f37c4fec062d582 100644 (file)
@@ -37,7 +37,7 @@ endef
 define Build/Configure
 $(call Build/Configure/Default,,LIBS="-L$(STAGING_DIR)/usr/lib" \
                BLOWFISH_HDR_DIR="$(STAGING_DIR)/usr/include/openssl" \
-               LZO_HDR_DIR="$(STAGING_DIR)/usr/include" \
+               LZO_HDR_DIR="$(STAGING_DIR)/usr/include/lzo" \
                SSL_HDR_DIR="$(STAGING_DIR)/usr/include/openssl")
 endef