fixed paths in vtun configure per case 0000479
This commit is contained in:
parent
c1846c6566
commit
984d4fee50
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user