fixed paths in vtun configure per case 0000479

This commit is contained in:
David Anders 2006-01-24 15:08:54 +00:00
parent c1846c6566
commit 984d4fee50

View 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