From: David Anders Date: Tue, 24 Jan 2006 15:08:54 +0000 (-0000) Subject: fixed paths in vtun configure per case 0000479 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=984d4fee50ef9d6752de565392518df15d9ae035;p=buildroot.git fixed paths in vtun configure per case 0000479 --- diff --git a/package/vtun/vtun.mk b/package/vtun/vtun.mk index 4e323d479d..1584dfb190 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