]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
fixed paths in vtun configure per case 0000479
authorDavid Anders <dave123@abcsinc.com>
Tue, 24 Jan 2006 15:08:54 +0000 (15:08 -0000)
committerDavid Anders <dave123@abcsinc.com>
Tue, 24 Jan 2006 15:08:54 +0000 (15:08 -0000)
package/vtun/vtun.mk

index 4e323d479d62e03698d9981a05af2df381062448..1584dfb190e3c864cfab0df20edc43db39d81d20 100644 (file)
@@ -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