* [gentoo-commits] gentoo-x86 commit in dev-libs/luasocket/files: luasocket-2.0.2-unixsocket.patch
@ 2009-09-28 10:54 99% Diego Petteno (flameeyes)
0 siblings, 0 replies; 1+ results
From: Diego Petteno (flameeyes) @ 2009-09-28 10:54 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/09/28 10:54:30
Added: luasocket-2.0.2-unixsocket.patch
Log:
Initial import of luasocket (needed for ekeyd); thanks to Pierre Guinoiseau in bug #239540 for the basic ebuild.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-libs/luasocket/files/luasocket-2.0.2-unixsocket.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/luasocket/files/luasocket-2.0.2-unixsocket.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/luasocket/files/luasocket-2.0.2-unixsocket.patch?rev=1.1&content-type=text/plain
Index: luasocket-2.0.2-unixsocket.patch
===================================================================
Index: luasocket-2.0.2/makefile
===================================================================
--- luasocket-2.0.2.orig/makefile
+++ luasocket-2.0.2/makefile
@@ -45,6 +47,7 @@ install: all
#cd src; $(INSTALL_DATA) $(TO_MIME_SHARE) $(INSTALL_MIME_SHARE)
cd src; mkdir -p $(INSTALL_MIME_LIB)
cd src; $(INSTALL_EXEC) $(MIME_SO) $(INSTALL_MIME_LIB)/core.$(EXT)
+ cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_SOCKET_LIB)/unix.$(EXT)
#------
# End of makefile
Index: luasocket-2.0.2/src/makefile
===================================================================
--- luasocket-2.0.2.orig/src/makefile
+++ luasocket-2.0.2/src/makefile
@@ -47,7 +47,7 @@ UNIX_OBJS:=\
usocket.o \
unix.o
-all: $(SOCKET_SO) $(MIME_SO)
+all: $(SOCKET_SO) $(MIME_SO) $(UNIX_SO)
$(SOCKET_SO): $(SOCKET_OBJS)
$(LD) $(LDFLAGS) -o $@ $(SOCKET_OBJS)
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-09-28 10:54 99% [gentoo-commits] gentoo-x86 commit in dev-libs/luasocket/files: luasocket-2.0.2-unixsocket.patch Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox