]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
- use correct path for lzo libs and headers et al
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 21 Jun 2007 22:07:24 +0000 (22:07 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 21 Jun 2007 22:07:24 +0000 (22:07 -0000)
package/vtun/vtun.mk

index 3a2f184f3e45a3c3988843f77ab5aad2467a4bed..6a8a4ffa9b4a0d4ce40dd748ed94718176c862f8 100644 (file)
@@ -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