Commit 984d4fee authored by David Anders's avatar David Anders
Browse files

fixed paths in vtun configure per case 0000479

parent c1846c65
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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