diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-24 15:08:54 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-24 15:08:54 +0000 |
commit | 984d4fee50ef9d6752de565392518df15d9ae035 (patch) | |
tree | fcc5cb84f62ac84fedf9e89e6a27ca189a368594 /package | |
parent | c1846c65660a14e6d564d7228c0922d4bc8f0b7d (diff) |
fixed paths in vtun configure per case 0000479
Diffstat (limited to 'package')
-rw-r--r-- | package/vtun/vtun.mk | 6 |
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 |