2
1
Эх сурвалжийг харах

fixed paths in vtun configure per case 0000479

David Anders 19 жил өмнө
parent
commit
984d4fee50

+ 3 - 3
package/vtun/vtun.mk

@@ -41,9 +41,9 @@ $(VTUN_DIR)/.configured: $(VTUN_DIR)/.unpacked
 		--localstatedir=/var \
 		--localstatedir=/var \
 		--mandir=/usr/man \
 		--mandir=/usr/man \
 		--infodir=/usr/info \
 		--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
 	touch $(VTUN_DIR)/.configured