aboutsummaryrefslogtreecommitdiff
path: root/lang/luasocket
Commit message (Collapse)AuthorAge
* luasocket: Replace -fpic with $(FPIC)Rosen Penev2019-04-02
| | | | | | | | | This is causing linking errors on i386 and ppc. Also removed custom warnings an optimization levels that override stock settings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* luasocket: fix build on mpc85xxLaurent Papier2018-02-23
| | | | Signed-off-by: Laurent Papier <papier[at]tuxfan.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* luasocket: add socket.unix moduleJan Čermák2015-03-24
| | | | | | | | Previous build was missing module socket.unix that is required for interaction with Unix domain sockets and is distributed in a separate shared library. This commit adds the file to the created package. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* Copy luasocket package from old repositoryW. Michael Petullo2014-07-19
Signed-off-by: W. Michael Petullo <mike@flyn.org>