Przeglądaj źródła

vtun: provide correct location for lzo headers

Patch by Robert Urban <urban@unix-beratung.de>
Peter Korsgaard 16 lat temu
rodzic
commit
479111c9c7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package/vtun/vtun.mk

+ 1 - 1
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