summaryrefslogtreecommitdiffstats
path: root/package/vtun
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-24 15:08:54 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-24 15:08:54 +0000
commit984d4fee50ef9d6752de565392518df15d9ae035 (patch)
treefcc5cb84f62ac84fedf9e89e6a27ca189a368594 /package/vtun
parentc1846c65660a14e6d564d7228c0922d4bc8f0b7d (diff)
downloadbuildroot-novena-984d4fee50ef9d6752de565392518df15d9ae035.tar.gz
buildroot-novena-984d4fee50ef9d6752de565392518df15d9ae035.zip
fixed paths in vtun configure per case 0000479
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 4e323d479..1584dfb19 100644
--- a/package/vtun/vtun.mk
+++ b/package/vtun/vtun.mk
@@ -41,9 +41,9 @@ $(VTUN_DIR)/.configured: $(VTUN_DIR)/.unpacked
--localstatedir=/var \
--mandir=/usr/man \
--infodir=/usr/info \
- --with-ssl-headers=$(STAGING_DIR)/usr/include/openssl \
- --with-lzo-headers=$(STAGING_DIR)/usr/include \
- --with-lzo-lib=$(STAGING_DIR)/usr/lib \
+ --with-ssl-headers=$(STAGING_DIR)/include/openssl \
+ --with-lzo-headers=$(STAGING_DIR)/include \
+ --with-lzo-lib=$(STAGING_DIR)/lib \
);
touch $(VTUN_DIR)/.configured