mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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 \
|
--localstatedir=/var \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
--with-ssl-headers=$(STAGING_DIR)/usr/include/openssl \
|
--with-ssl-headers=$(STAGING_DIR)/include/openssl \
|
||||||
--with-lzo-headers=$(STAGING_DIR)/usr/include \
|
--with-lzo-headers=$(STAGING_DIR)/include \
|
||||||
--with-lzo-lib=$(STAGING_DIR)/usr/lib \
|
--with-lzo-lib=$(STAGING_DIR)/lib \
|
||||||
);
|
);
|
||||||
touch $(VTUN_DIR)/.configured
|
touch $(VTUN_DIR)/.configured
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user