wok-next rev 20835
prosody: correct place for lua.h in lua5.1
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 17 19:24:33 2018 +0000 (2018-06-17) |
parents | 73f46b833f05 |
children | 8134df643aca |
files | prosody/receipt |
line diff
1.1 --- a/prosody/receipt Sun Jun 17 19:14:11 2018 +0000 1.2 +++ b/prosody/receipt Sun Jun 17 19:24:33 2018 +0000 1.3 @@ -28,7 +28,7 @@ 1.4 --linker=${HOST_SYSTEM}-gcc \ 1.5 --with-lua=${luapath}/usr \ 1.6 --with-lua-lib=${luapath}/usr/lib \ 1.7 - --with-lua-include=${luapath}/usr/include && 1.8 + --with-lua-include=${luapath}/usr/include/lua/5.1 && 1.9 make && make DESTDIR=$DESTDIR install 1.10 } 1.11