summaryrefslogtreecommitdiffstats
path: root/package/vtun
diff options
context:
space:
mode:
Diffstat (limited to 'package/vtun')
-rw-r--r--package/vtun/vtun.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/vtun/vtun.mk b/package/vtun/vtun.mk
index 3a2f184f3..6a8a4ffa9 100644
--- a/package/vtun/vtun.mk
+++ b/package/vtun/vtun.mk
@@ -44,9 +44,9 @@ $(VTUN_DIR)/.configured: $(VTUN_DIR)/.unpacked
--localstatedir=/var \
--mandir=/usr/man \
--infodir=/usr/info \
- --with-ssl-headers=$(STAGING_DIR)/include/openssl \
- --with-lzo-headers=$(STAGING_DIR)/include \
- --with-lzo-lib=$(STAGING_DIR)/lib \
+ --with-ssl-headers=$(STAGING_DIR)/usr/include/openssl \
+ --with-lzo-headers=$(STAGING_DIR)/usr/include \
+ --with-lzo-lib=$(STAGING_DIR)/usr/lib \
);
touch $(VTUN_DIR)/.configured