wok-next rev 20838

prosody: does not find lua5.1
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 20:22:11 2018 +0000 (2018-06-17)
parents 05e408d1554a
children 41db963590d8
files prosody/receipt
line diff
     1.1 --- a/prosody/receipt	Sun Jun 17 19:28:49 2018 +0000
     1.2 +++ b/prosody/receipt	Sun Jun 17 20:22:11 2018 +0000
     1.3 @@ -28,6 +28,7 @@
     1.4  		--linker=${HOST_SYSTEM}-gcc \
     1.5  		--with-lua=${luapath}/usr \
     1.6  		--with-lua-lib=${luapath}/usr/lib \
     1.7 +		--runwith=lua5.1 \
     1.8  		--with-lua-include=${luapath}/usr/include/lua/5.1 &&
     1.9  	make && make DESTDIR=$DESTDIR install
    1.10  }