Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 512443 Details for
Bug 720692
Please enable Unix domain socket support
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Working patch
unix.diff (text/plain), 2.16 KB, created by
Matthew Garrett
on 2011-07-12 14:46:03 UTC
(
hide
)
Description:
Working patch
Filename:
MIME Type:
Creator:
Matthew Garrett
Created:
2011-07-12 14:46:03 UTC
Size:
2.16 KB
patch
obsolete
>diff --git a/lua-socket-unix-sockets.patch b/lua-socket-unix-sockets.patch >new file mode 100644 >index 0000000..5cbcbc9 >--- /dev/null >+++ b/lua-socket-unix-sockets.patch >@@ -0,0 +1,34 @@ >+diff -ur luasocket-2.0.2.bak//makefile luasocket-2.0.2/makefile >+--- luasocket-2.0.2.bak//makefile 2007-10-15 00:21:05.000000000 -0400 >++++ luasocket-2.0.2/makefile 2011-07-12 10:30:37.340052899 -0400 >+@@ -10,6 +10,7 @@ >+ INSTALL_SOCKET_LIB=$(INSTALL_TOP_LIB)/socket >+ INSTALL_MIME_SHARE=$(INSTALL_TOP_SHARE)/mime >+ INSTALL_MIME_LIB=$(INSTALL_TOP_LIB)/mime >++INSTALL_UNIX_LIB=$(INSTALL_SOCKET_LIB) >+ >+ all clean: >+ cd src; $(MAKE) $@ >+@@ -45,6 +46,8 @@ >+ #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; mkdir -p $(INSTALL_UNIX_LIB) >++ cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_UNIX_LIB)/$(UNIX_SO) >+ >+ #------ >+ # End of makefile >+Only in luasocket-2.0.2: makefile~ >+diff -ur luasocket-2.0.2.bak//src/makefile luasocket-2.0.2/src/makefile >+--- luasocket-2.0.2.bak//src/makefile 2007-10-15 00:21:05.000000000 -0400 >++++ luasocket-2.0.2/src/makefile 2011-07-12 10:29:49.794050617 -0400 >+@@ -47,7 +47,7 @@ >+ 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) >+Only in luasocket-2.0.2/src: makefile~ >diff --git a/lua-socket.spec b/lua-socket.spec >index 92c9784..6dbeaff 100644 >--- a/lua-socket.spec >+++ b/lua-socket.spec >@@ -11,6 +11,7 @@ Group: Development/Libraries > License: MIT > URL: http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/ > Source0: http://luaforge.net/frs/download.php/2664/luasocket-2.0.2.tar.gz >+Patch0: lua-socket-unix-sockets.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} >@@ -28,7 +29,7 @@ and FTP. In addition there are modules for MIME, URL handling and LTN12. > > %prep > %setup -q -n luasocket-%{version} >- >+%patch0 -p1 -b .unix > > %build > make %{?_smp_mflags} CFLAGS="%{optflags} -fPIC"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 720692
:
512440
| 512443